mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-11 23:29:07 +08:00
Fix quitting the application from File > Quit
This commit is contained in:
parent
7d98cd83a6
commit
92ebbd592c
@ -215,7 +215,7 @@ UM.MainWindow {
|
||||
text: qsTr("Quit");
|
||||
iconName: "application-exit";
|
||||
shortcut: StandardKey.Quit;
|
||||
onTriggered: Qt.quit();
|
||||
onTriggered: base.visible = false;
|
||||
}
|
||||
|
||||
Action {
|
||||
|
Loading…
x
Reference in New Issue
Block a user