summaryrefslogtreecommitdiff
path: root/portato/gui/qt/windows.py
diff options
context:
space:
mode:
Diffstat (limited to 'portato/gui/qt/windows.py')
-rw-r--r--portato/gui/qt/windows.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/portato/gui/qt/windows.py b/portato/gui/qt/windows.py
index d79e1bd..639b42b 100644
--- a/portato/gui/qt/windows.py
+++ b/portato/gui/qt/windows.py
@@ -725,7 +725,7 @@ class MainWindow (Window):
def build_systray (self):
if self.cfg.get_boolean("systray_opt", self.cfg.const["gui_sec"]):
- self.systray = Qt.QSystemTrayIcon(Qt.QIcon(APP_ICON), self)
+ self.systray = Qt.QSystemTrayIcon(Qt.QIcon(APP_ICON_PNG), self) # use this until Qt supports proper SVG images in the systray
self.trayIconMenu = Qt.QMenu(self)
self.trayIconMenu.addAction(self.quitAction)
self.systray.setContextMenu(self.trayIconMenu)