mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-29 18:22:37 +02:00
Remove obsolete status bar action
This commit is contained in:
parent
9f5fe7612c
commit
89cf07d2b1
1 changed files with 0 additions and 5 deletions
|
@ -14,11 +14,6 @@ class SysTray(QtWidgets.QSystemTrayIcon):
|
||||||
|
|
||||||
menu = QtWidgets.QMenu()
|
menu = QtWidgets.QMenu()
|
||||||
|
|
||||||
if platform.system() == "Darwin":
|
|
||||||
self.status_action = menu.addAction("...")
|
|
||||||
self.status_action.setEnabled(False)
|
|
||||||
menu.addSeparator()
|
|
||||||
|
|
||||||
self.new_action = menu.addAction("New window")
|
self.new_action = menu.addAction("New window")
|
||||||
self.new_action.triggered.connect(self.new_window)
|
self.new_action.triggered.connect(self.new_window)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue