Skip to content

Commit

Permalink
gui - #392 shortcut to run game
Browse files Browse the repository at this point in the history
  • Loading branch information
HENDRIX-ZT2 committed Oct 29, 2024
1 parent 381ecc9 commit 35854c4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions __version__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# this file is auto-generated by the pre-commit hook increment_version.py
VERSION = "2024.10.29"
COMMIT_HASH = "23d8bddfd"
COMMIT_TIME = "Tue Oct 29 09:42:35 2024 +0100"
COMMIT_HASH = "381ecc941"
COMMIT_TIME = "Tue Oct 29 12:01:09 2024 +0100"
1 change: 1 addition & 0 deletions gui/widgets.py
Original file line number Diff line number Diff line change
Expand Up @@ -2067,6 +2067,7 @@ def __init__(self, parent: "MainWindow",
self.play_button = QPushButton(get_icon("play"), "")
self.play_button.setMaximumWidth(20)
self.play_button.setToolTip("Run the currently selected game")
self.play_button.setShortcut("CTRL+P")

self.add_button = QPushButton(get_icon("bookmarks"), "")
self.add_button.setMaximumWidth(20)
Expand Down

0 comments on commit 35854c4

Please sign in to comment.