diff options
author | kali kaneko (leap communications) <kali@leap.se> | 2021-12-01 20:08:33 +0100 |
---|---|---|
committer | kali kaneko (leap communications) <kali@leap.se> | 2021-12-01 20:08:33 +0100 |
commit | 81bc89e89404761d2fd15093f7f7ad209784e36a (patch) | |
tree | 4b8142c3ac0fc623f9c93ffe804f83783d9e43c6 /gui/components/MainView.qml | |
parent | 4f41965d86ada73f6148f756eef5048dc614c8f3 (diff) |
[bug] clean exit
Diffstat (limited to 'gui/components/MainView.qml')
-rw-r--r-- | gui/components/MainView.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/components/MainView.qml b/gui/components/MainView.qml index 0893a2a..0f5fb58 100644 --- a/gui/components/MainView.qml +++ b/gui/components/MainView.qml @@ -76,7 +76,7 @@ Page { text: qsTr("Quit") icon: "../resources/quit.svg" triggered: function () { - Qt.callLater(backend.quit) + backend.quit() } } } |