mirror of
https://github.com/ciromattia/kcc
synced 2026-05-16 20:41:50 +00:00
Updated to Python 3.4 and PyQt 5.3 (close #94)
This commit is contained in:
@@ -572,6 +572,7 @@ class SystemTrayIcon(QtWidgets.QSystemTrayIcon):
|
||||
def __init__(self):
|
||||
if self.isSystemTrayAvailable():
|
||||
QtWidgets.QSystemTrayIcon.__init__(self, GUI.icons.programIcon, MW)
|
||||
# noinspection PyUnresolvedReferences
|
||||
self.activated.connect(self.catchClicks)
|
||||
|
||||
def catchClicks(self):
|
||||
|
||||
Reference in New Issue
Block a user