From 4a4b6b46f84c28640c711655f4f3c339ccf8fbba Mon Sep 17 00:00:00 2001 From: kali Date: Fri, 19 Feb 2021 12:20:55 +0100 Subject: [pkg] improve osx installer - install into global /Applications - document how to troubleshoot helper - uninstall app is visible on top-level folder - improve detection of running processes for old and new binaries - Closes: #441 - Closes: #445 - Closes: #435 --- gui/qml/main.qml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'gui/qml') diff --git a/gui/qml/main.qml b/gui/qml/main.qml index 14f0776..e4cf956 100644 --- a/gui/qml/main.qml +++ b/gui/qml/main.qml @@ -9,6 +9,8 @@ ApplicationWindow { id: app visible: false + flags: Qt.FramelessWindowWint | Qt.WindowsStaysOnTopHint | Qt.Popup + property var ctx property var loginDone property var allowEmptyPass @@ -308,6 +310,8 @@ ApplicationWindow { text: qsTr("About…") onTriggered: { about.visible = true + app.focus = true + requestActivate() } } -- cgit v1.2.3