mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-09-09 00:07:52 -06:00
Fix quitting the application from File > Quit
This commit is contained in:
parent
7d98cd83a6
commit
92ebbd592c
1 changed files with 1 additions and 1 deletions
|
@ -215,7 +215,7 @@ UM.MainWindow {
|
||||||
text: qsTr("Quit");
|
text: qsTr("Quit");
|
||||||
iconName: "application-exit";
|
iconName: "application-exit";
|
||||||
shortcut: StandardKey.Quit;
|
shortcut: StandardKey.Quit;
|
||||||
onTriggered: Qt.quit();
|
onTriggered: base.visible = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
Action {
|
Action {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue