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

try restore Save game geometry on USE_PIL.

See https://github.com/shlomif/PySolFC/issues/84 .
This commit is contained in:
Shlomi Fish 2019-04-04 12:39:24 +03:00
parent 5438388789
commit 80252696c8

View file

@ -628,7 +628,7 @@ class PysolMenubarTkCommon:
submenu.add_checkbutton(
label=n_("Show &help bar"), variable=self.tkopt.helpbar,
command=self.mOptHelpbar)
if not USE_PIL:
# if not USE_PIL:
menu.add_checkbutton(
label=n_("Save games &geometry"),
variable=self.tkopt.save_games_geometry,