mirror of
https://github.com/ciromattia/kcc
synced 2026-09-01 16:37:06 +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)
|
self.activated.connect(self.catchClicks)
|
||||||
|
|
||||||
def catchClicks(self):
|
def catchClicks(self):
|
||||||
|
MW.showNormal()
|
||||||
MW.raise_()
|
MW.raise_()
|
||||||
MW.activateWindow()
|
MW.activateWindow()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user