From dad35c2cbbb3897593d682d7c250a654aa41489b Mon Sep 17 00:00:00 2001 From: "kali kaneko (leap communications)" Date: Fri, 5 Jun 2020 13:06:39 +0200 Subject: [bug] systray pain and vodoo Signed-off-by: kali kaneko (leap communications) --- gui/qml/main.qml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gui/qml') diff --git a/gui/qml/main.qml b/gui/qml/main.qml index b601f40..daf8150 100644 --- a/gui/qml/main.qml +++ b/gui/qml/main.qml @@ -24,7 +24,9 @@ ApplicationWindow { We can still use this quirk, and can use the AppWindow with deferred Loaders as a placeholder for all the many dialogs, or to load a nice splash screen etc... */ + app.visible = true; + show(); hide(); } @@ -65,6 +67,7 @@ ApplicationWindow { icon.source = icons["off"] tooltip = qsTr("Checking status...") console.debug("systray init completed") + hide(); show(); } -- cgit v1.2.3