summaryrefslogtreecommitdiff
path: root/gui/qml
diff options
context:
space:
mode:
authorkali kaneko (leap communications) <kali@leap.se>2020-06-05 13:06:39 +0200
committerkali kaneko (leap communications) <kali@leap.se>2020-06-12 20:02:56 +0200
commitdad35c2cbbb3897593d682d7c250a654aa41489b (patch)
treee7da430cbb057c88337a9c554f53098c50931c2d /gui/qml
parent121016fd03ece09642974123020bf4698886c614 (diff)
[bug] systray pain and vodoo
Signed-off-by: kali kaneko (leap communications) <kali@leap.se>
Diffstat (limited to 'gui/qml')
-rw-r--r--gui/qml/main.qml3
1 files changed, 3 insertions, 0 deletions
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();
}