1
0
mirror of https://github.com/ciromattia/kcc synced 2026-01-04 04:19:38 +00:00

Fixed yet another tray icon anomaly

This commit is contained in:
Paweł Jastrzębski
2015-05-20 20:21:12 +02:00
parent 8d82f58f09
commit c33887b7b7

View File

@@ -557,6 +557,7 @@ class WorkerThread(QtCore.QThread):
class SystemTrayIcon(QtWidgets.QSystemTrayIcon):
def __init__(self):
super().__init__()
if self.isSystemTrayAvailable():
QtWidgets.QSystemTrayIcon.__init__(self, GUI.icons.programIcon, MW)
# noinspection PyUnresolvedReferences