mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-05 04:54:04 -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");
|
||||
iconName: "application-exit";
|
||||
shortcut: StandardKey.Quit;
|
||||
onTriggered: Qt.quit();
|
||||
onTriggered: base.visible = false;
|
||||
}
|
||||
|
||||
Action {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue