MacOS menu bar fix for hidden window

This commit is contained in:
Rikard Braathen 2019-10-03 15:18:11 +02:00 committed by Dag Heyman
parent 6196531414
commit 6bd238b813

View File

@ -28,6 +28,7 @@ SystemTrayIcon {
MenuItem {
text: qsTr("Show Yubico Authenticator")
onTriggered: {
app.hide()
app.show()
raise()
requestActivate()