mirror of
https://github.com/shlomif/PySolFC.git
synced 2025-04-05 00:02:29 -04:00
Restored Save Game Geometry option for Pillowless installs.
This commit is contained in:
parent
ccd250eb14
commit
ca7a86bb5d
1 changed files with 5 additions and 0 deletions
|
@ -743,6 +743,11 @@ class PysolMenubarTkCommon:
|
||||||
createToolbarMenu(self, submenu)
|
createToolbarMenu(self, submenu)
|
||||||
submenu = MfxMenu(menu, label=n_("Stat&usbar"))
|
submenu = MfxMenu(menu, label=n_("Stat&usbar"))
|
||||||
createStatusbarMenu(self, submenu)
|
createStatusbarMenu(self, submenu)
|
||||||
|
if not USE_PIL:
|
||||||
|
menu.add_checkbutton(
|
||||||
|
label=n_("Save games &geometry"),
|
||||||
|
variable=self.tkopt.save_games_geometry,
|
||||||
|
command=self.mOptSaveGamesGeometry)
|
||||||
menu.add_checkbutton(
|
menu.add_checkbutton(
|
||||||
label=n_("&Demo logo"), variable=self.tkopt.demo_logo,
|
label=n_("&Demo logo"), variable=self.tkopt.demo_logo,
|
||||||
command=self.mOptDemoLogo)
|
command=self.mOptDemoLogo)
|
||||||
|
|
Loading…
Add table
Reference in a new issue