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

Fixed toolbar state for new hint button.

This commit is contained in:
Joe R 2022-06-13 17:06:46 -04:00
parent bf66e6d819
commit 58dc9a5886
2 changed files with 2 additions and 1 deletions

View file

@ -216,6 +216,7 @@ class PysolMenubar(PysolMenubarTk):
self.setToolbarState(ms.undo, "undo")
self.setToolbarState(ms.redo, "redo")
self.setToolbarState(ms.autodrop, "autodrop")
self.setToolbarState(ms.hint, "hint")
self.setToolbarState(ms.shuffle, "shuffle")
self.setToolbarState(ms.pause, "pause")
self.setToolbarState(ms.rules, "rules")

View file

@ -198,7 +198,7 @@ class PysolToolbarTk(BoxLayout):
(n_("Redo"), self.mRedo, _("Redo last move")),
(n_("Autodrop"), self.mDrop, _("Auto drop cards")),
(n_("Shuffle"), self.mShuffle, _("Shuffle tiles")),
(n_("Hint"), self.mPause, _("Hint")),
(n_("Hint"), self.mHint, _("Hint")),
(n_("Pause"), self.mPause, _("Pause game")),
(None, None, None),
# (n_("Statistics"), self.mPlayerStats, _("View statistics")),