Fix quitting the application from File > Quit

This commit is contained in:
Arjen Hiemstra 2015-02-23 16:48:35 +01:00
parent 7d98cd83a6
commit 92ebbd592c

View file

@ -215,7 +215,7 @@ UM.MainWindow {
text: qsTr("Quit");
iconName: "application-exit";
shortcut: StandardKey.Quit;
onTriggered: Qt.quit();
onTriggered: base.visible = false;
}
Action {