mirror of
https://github.com/ciromattia/kcc
synced 2026-04-06 09:05:42 +00:00
fix tray icon
This commit is contained in:
@@ -429,7 +429,7 @@ class SystemTrayIcon(QtWidgets.QSystemTrayIcon):
|
||||
def __init__(self):
|
||||
super().__init__()
|
||||
if self.isSystemTrayAvailable():
|
||||
QtWidgets.QSystemTrayIcon.__init__(self, GUI.icons.programIcon, MW)
|
||||
self.setIcon(GUI.icons.programIcon)
|
||||
self.activated.connect(self.catchClicks)
|
||||
|
||||
def catchClicks(self):
|
||||
|
||||
Reference in New Issue
Block a user