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:
parent
147b7f47dc
commit
5af9d228b3
|
@ -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()):
|
||||
|
|
Loading…
Reference in New Issue