mirror of
https://github.com/Yubico/yubioath-flutter.git
synced 2024-12-03 01:55:17 +03:00
Focus the window when activating from systray
This commit is contained in:
parent
5e1dcb2e80
commit
ca5609274f
@ -63,6 +63,7 @@ class Systray(QtGui.QSystemTrayIcon):
|
||||
def _show(self):
|
||||
self.parent().window.show()
|
||||
self.parent().window.activateWindow()
|
||||
self.parent().window.raise_()
|
||||
|
||||
def quit(self):
|
||||
self.hide()
|
||||
|
Loading…
Reference in New Issue
Block a user