Skip to content

Commit

Permalink
fix: Add missing menu action
Browse files Browse the repository at this point in the history
  • Loading branch information
Antiz96 committed Oct 1, 2024
1 parent e89243f commit 912b161
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/tray.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ def __init__(self, iconfile):
menu_check = QAction(_("Check for updates"))
menu_exit = QAction(_("Exit"))
menu.addAction(menu_launch)
menu.addAction(menu_check)
menu.addAction(menu_exit)

menu_launch.triggered.connect(self.run)
Expand Down

0 comments on commit 912b161

Please sign in to comment.