mirror of
https://github.com/Yubico/yubioath-flutter.git
synced 2024-11-25 05:52:40 +03:00
MacOS menu bar fix for hidden window
This commit is contained in:
parent
6196531414
commit
6bd238b813
@ -28,6 +28,7 @@ SystemTrayIcon {
|
||||
MenuItem {
|
||||
text: qsTr("Show Yubico Authenticator")
|
||||
onTriggered: {
|
||||
app.hide()
|
||||
app.show()
|
||||
raise()
|
||||
requestActivate()
|
||||
|
Loading…
Reference in New Issue
Block a user