move destroyOnClose into ImagePackSettingsDialog
This commit is contained in:
parent
31623000a8
commit
c254697eaa
@ -19,6 +19,5 @@ P.MessageDialog {
|
||||
onAccepted: {
|
||||
console.info("deleting image pack " + imagePack.packname);
|
||||
imagePack.remove()
|
||||
timelineRoot.destroyOnClose(dialog);
|
||||
}
|
||||
}
|
||||
|
@ -215,6 +215,7 @@ ApplicationWindow {
|
||||
"imagePack": currentPack
|
||||
});
|
||||
dialog.open();
|
||||
timelineRoot.destroyOnClose(dialog);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user