Revert "Disabled open Details window on system tray click"
This bug seems to be fixed by KDE/Qt developers.
This reverts commit 5af9d228b3.
			
			
This commit is contained in:
		
							parent
							
								
									5af9d228b3
								
							
						
					
					
						commit
						f4b5be7933
					
				| 
						 | 
				
			
			@ -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