diff --git a/src/qml/Desktop.qml b/src/qml/Desktop.qml --- a/src/qml/Desktop.qml +++ b/src/qml/Desktop.qml @@ -246,8 +246,7 @@ } onClosing: { - console.log(RuqolaDebugCategorySingleton.category, "Minimizing to systray..."); - hide(); + Qt.quit(); } function toggleShow() {