Disabled open Details window on system tray click

Probably there is bug in KDE 5.9 or in latest Qt  because this function
stopped working properly. Details window appeared every time when use
context menu and it's wrong.
This commit is contained in:
Rinaldus 2017-02-15 11:37:34 +03:00
parent 147b7f47dc
commit 5af9d228b3
Signed by: Rinaldus
GPG Key ID: C34E249005178E87
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ class Window(QDialog):
self.trayIconMenu.addAction(self.quitAction)
self.trayIcon = QSystemTrayIcon(self)
self.trayIcon.setContextMenu(self.trayIconMenu)
self.trayIcon.activated.connect(self.trayIconActivated)
#self.trayIcon.activated.connect(self.trayIconActivated)
def SettingsRestore(self):
if (GlobalSettingsExist() and AccountExist()):