From 326dc2449a69c9ea97cb5c2936807e9045dc1aa7 Mon Sep 17 00:00:00 2001 From: "kali kaneko (leap communications)" Date: Tue, 22 Jun 2021 13:05:44 +0200 Subject: [feat] show controls window if no available systray --- gui/qml/main.qml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'gui/qml/main.qml') diff --git a/gui/qml/main.qml b/gui/qml/main.qml index 91e3b4e..e0a9a81 100644 --- a/gui/qml/main.qml +++ b/gui/qml/main.qml @@ -276,9 +276,10 @@ ApplicationWindow { loginDone = false allowEmptyPass = Logic.shouldAllowEmptyPass(providers) needsRestart = false; - /* TODO get appVisible flag from backend */ - //app.visible = true - //app.raise() + if (!systrayAvailable) { + app.visible = true + app.raise() + } } -- cgit v1.2.3