|
@ -61,7 +61,7 @@ Item { |
|
|
target: projectModel |
|
|
target: projectModel |
|
|
onProjectSaved: |
|
|
onProjectSaved: |
|
|
{ |
|
|
{ |
|
|
if (projectModel.appIsClosing) |
|
|
if (projectModel.appIsClosing || projectModel.projectIsClosing) |
|
|
return; |
|
|
return; |
|
|
if (compilationStatus.compilationComplete && codeModel.hasContract && !clientModel.running) |
|
|
if (compilationStatus.compilationComplete && codeModel.hasContract && !clientModel.running) |
|
|
projectModel.stateListModel.debugDefaultState(); |
|
|
projectModel.stateListModel.debugDefaultState(); |
|
|