mirror of
https://github.com/shlomif/PySolFC.git
synced 2025-04-22 03:04:09 -04:00
Fix for center layout not saving (issue #215)
This commit is contained in:
parent
94fc987173
commit
1a446862bd
1 changed files with 3 additions and 0 deletions
|
@ -121,6 +121,7 @@ sound_sample_volume = integer(0, 128)
|
|||
sound_sample_buffer_size = integer(1, 4)
|
||||
music = boolean
|
||||
tabletile_name = string
|
||||
center_layout = boolean
|
||||
recent_gameid = int_list
|
||||
favorite_gameid = int_list
|
||||
visible_buttons = string_list
|
||||
|
@ -199,6 +200,7 @@ scale_cards = boolean
|
|||
scale_x = float
|
||||
scale_y = float
|
||||
auto_scale = boolean
|
||||
spread_stacks = boolean
|
||||
preserve_aspect_ratio = boolean
|
||||
'''.splitlines()
|
||||
|
||||
|
@ -265,6 +267,7 @@ class Options:
|
|||
('sound_sample_buffer_size', 'int'),
|
||||
('music', 'bool'),
|
||||
('tabletile_name', 'str'),
|
||||
('center_layout', 'bool'),
|
||||
('translate_game_names', 'bool'),
|
||||
('solver_presets', 'list'),
|
||||
('solver_show_progress', 'bool'),
|
||||
|
|
Loading…
Add table
Reference in a new issue