Added method to close the application (after clicking quit button) to prevent loss of custom material

CURA-3298
This commit is contained in:
alekseisasin 2017-08-02 16:32:09 +02:00 committed by Lipu Fei
parent c010f3203c
commit 3cbf0640a5
2 changed files with 7 additions and 1 deletions

View file

@ -632,7 +632,7 @@ UM.MainWindow
Connections
{
target: Cura.Actions.quit
onTriggered: base.visible = false;
onTriggered: CuraApplication.closeApplication();
}
Connections