mirror of
https://github.com/ciromattia/kcc
synced 2026-01-07 22:09:32 +00:00
TrayIcon: Clicking it now properly unminimize window
This commit is contained in:
@@ -541,6 +541,7 @@ class SystemTrayIcon(QtGui.QSystemTrayIcon):
|
||||
self.activated.connect(self.catchClicks)
|
||||
|
||||
def catchClicks(self):
|
||||
MW.showNormal()
|
||||
MW.raise_()
|
||||
MW.activateWindow()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user