diff --git a/cromulant/window.py b/cromulant/window.py index 1438ca1..0f715e1 100644 --- a/cromulant/window.py +++ b/cromulant/window.py @@ -245,7 +245,7 @@ class Window: container = QHBoxLayout() btn_menu = SpecialButton("Menu") - btn_menu.setToolTip("The main menu") + btn_menu.setToolTip("The main menu\nMiddle Click to force an update") btn_menu.clicked.connect(Game.menu) btn_menu.middleClicked.connect(Game.force_update)