minimize on tray icon click: enabled for linux (if removed)
This commit is contained in:
parent
a68a211d5c
commit
e6179fb953
|
@ -999,7 +999,6 @@ class MyForm(QtGui.QMainWindow):
|
|||
# create application indicator
|
||||
def appIndicatorInit(self, app):
|
||||
self.initTrayIcon("can-icon-24px-red.png", app)
|
||||
if sys.platform[0:3] == 'win':
|
||||
traySignal = "activated(QSystemTrayIcon::ActivationReason)"
|
||||
QtCore.QObject.connect(self.tray, QtCore.SIGNAL(
|
||||
traySignal), self.__icon_activated)
|
||||
|
|
Loading…
Reference in New Issue
Block a user