remove unnecessary destryoOnClose

This commit is contained in:
FallenValkyrie 2023-12-07 02:08:28 +01:00
parent 2aefe78a63
commit adc7fb8655
No known key found for this signature in database
GPG key ID: 9D1AE3C23A00B8BC

View file

@ -215,7 +215,6 @@ ApplicationWindow {
"imagePack": currentPack "imagePack": currentPack
}); });
dialog.open(); dialog.open();
timelineRoot.destroyOnClose(packDeleteDialog);
} }
} }
} }