1
0
Fork 0
mirror of https://github.com/shlomif/PySolFC.git synced 2025-04-22 03:04:09 -04:00

Fix for center layout not saving (issue )

This commit is contained in:
Joe R 2021-07-16 18:45:45 -04:00
parent 94fc987173
commit 1a446862bd

View file

@ -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'),