mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 07:03:56 -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
|
||||
{
|
||||
target: Cura.Actions.quit
|
||||
onTriggered: CuraApplication.exitApplication();
|
||||
onTriggered: CuraApplication.checkAndExitApplication();
|
||||
}
|
||||
|
||||
Connections
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue