1
0
mirror of https://github.com/ciromattia/kcc synced 2026-06-30 18:15:24 +00:00

TrayIcon: Clicking it now properly unminimize window

This commit is contained in:
Paweł Jastrzębski
2013-12-04 19:04:54 +01:00
parent 17ea85c31f
commit e5be31f9d5
+1
View File
@@ -541,6 +541,7 @@ class SystemTrayIcon(QtGui.QSystemTrayIcon):
self.activated.connect(self.catchClicks)
def catchClicks(self):
MW.showNormal()
MW.raise_()
MW.activateWindow()