Mods
This commit is contained in:
parent
92d517f2e2
commit
1c0d9c5dfc
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue