mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-24 20:18:53 +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: {
|
onAccepted: {
|
||||||
console.info("deleting image pack " + imagePack.packname);
|
console.info("deleting image pack " + imagePack.packname);
|
||||||
imagePack.remove()
|
imagePack.remove()
|
||||||
timelineRoot.destroyOnClose(dialog);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -215,6 +215,7 @@ ApplicationWindow {
|
||||||
"imagePack": currentPack
|
"imagePack": currentPack
|
||||||
});
|
});
|
||||||
dialog.open();
|
dialog.open();
|
||||||
|
timelineRoot.destroyOnClose(dialog);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue