mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-24 12:08:50 +03:00
move destroyOnClose into ImagePackSettingsDialog
This commit is contained in:
parent
31623000a8
commit
c254697eaa
2 changed files with 1 additions and 1 deletions
|
@ -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 a new issue