summaryrefslogtreecommitdiff
path: root/gui/components/Systray.qml
diff options
context:
space:
mode:
authorkali kaneko (leap communications) <kali@leap.se>2021-12-16 16:35:01 +0100
committerkali kaneko (leap communications) <kali@leap.se>2021-12-16 16:35:01 +0100
commited45bcdd406928b93f2bfca0f293fc71a624fcfe (patch)
treee58ed853022036130aece07baf62c14d38f68ac9 /gui/components/Systray.qml
parent25a905ed7775ca8ecc12de158ff74d1e7447db17 (diff)
catch aboutToQuitbug/stop-fw-osx
Diffstat (limited to 'gui/components/Systray.qml')
-rw-r--r--gui/components/Systray.qml3
1 files changed, 0 insertions, 3 deletions
diff --git a/gui/components/Systray.qml b/gui/components/Systray.qml
index 51f3148..1026f01 100644
--- a/gui/components/Systray.qml
+++ b/gui/components/Systray.qml
@@ -56,9 +56,6 @@ Labs.SystemTrayIcon {
//: Part of the systray menu; quits the application
text: qsTr("Quit")
onTriggered: {
- if (ctx.status == "on") {
- backend.switchOff()
- }
backend.quit()
}
}