From ed45bcdd406928b93f2bfca0f293fc71a624fcfe Mon Sep 17 00:00:00 2001 From: "kali kaneko (leap communications)" Date: Thu, 16 Dec 2021 16:35:01 +0100 Subject: catch aboutToQuit --- gui/components/Systray.qml | 3 --- 1 file changed, 3 deletions(-) (limited to 'gui/components/Systray.qml') 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() } } -- cgit v1.2.3