mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-25 15:44:04 -06:00
Fix exit application
Typo...
This commit is contained in:
parent
c17c440248
commit
28eaf50bac
1 changed files with 1 additions and 1 deletions
|
@ -743,7 +743,7 @@ UM.MainWindow
|
||||||
Connections
|
Connections
|
||||||
{
|
{
|
||||||
target: Cura.Actions.quit
|
target: Cura.Actions.quit
|
||||||
onTriggered: CuraApplication.exitApplication();
|
onTriggered: CuraApplication.checkAndExitApplication();
|
||||||
}
|
}
|
||||||
|
|
||||||
Connections
|
Connections
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue