Skip to content

Commit

Permalink
fix: Set QApplication class in systray's python script
Browse files Browse the repository at this point in the history
This is required to be able to configure properly the systray tray applet in KDE Plasma

Fixes #201
  • Loading branch information
RX0FA authored Jul 6, 2024
1 parent 8cb822a commit 3683b4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/script/arch-update-tray.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ def __init__(self, statefile):
self.watcher = None

# Application
app = QApplication([])
app = QApplication(["Arch-Update"])
app.setQuitOnLastWindowClosed(False)

# Icon
Expand Down

0 comments on commit 3683b4a

Please sign in to comment.