From adc7fb8655ee5dda2b22d6a010ca752149bf1254 Mon Sep 17 00:00:00 2001 From: FallenValkyrie Date: Thu, 7 Dec 2023 02:08:28 +0100 Subject: [PATCH] remove unnecessary destryoOnClose --- resources/qml/dialogs/ImagePackSettingsDialog.qml | 1 - 1 file changed, 1 deletion(-) diff --git a/resources/qml/dialogs/ImagePackSettingsDialog.qml b/resources/qml/dialogs/ImagePackSettingsDialog.qml index 12b4fd37..d2e58db6 100644 --- a/resources/qml/dialogs/ImagePackSettingsDialog.qml +++ b/resources/qml/dialogs/ImagePackSettingsDialog.qml @@ -215,7 +215,6 @@ ApplicationWindow { "imagePack": currentPack }); dialog.open(); - timelineRoot.destroyOnClose(packDeleteDialog); } } }