summary refs log tree commit diff
path: root/resources/qml/dialogs/ImagePackSettingsDialog.qml
diff options
context:
space:
mode:
authorFallenValkyrie <e.vanemelen@proton.me>2023-12-19 16:20:29 +0100
committerFallenValkyrie <e.vanemelen@proton.me>2023-12-19 16:33:54 +0100
commitc254697eaaa411870d130b3ccba8989219ed2699 (patch)
treeaa1d10f18afdbfa43b554b46f7180831b59c52ab /resources/qml/dialogs/ImagePackSettingsDialog.qml
parentImplement account pack deletion (diff)
downloadnheko-c254697eaaa411870d130b3ccba8989219ed2699.tar.xz
move destroyOnClose into ImagePackSettingsDialog
Diffstat (limited to '')
-rw-r--r--resources/qml/dialogs/ImagePackSettingsDialog.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/resources/qml/dialogs/ImagePackSettingsDialog.qml b/resources/qml/dialogs/ImagePackSettingsDialog.qml
index d2e58db6..69068405 100644
--- a/resources/qml/dialogs/ImagePackSettingsDialog.qml
+++ b/resources/qml/dialogs/ImagePackSettingsDialog.qml
@@ -215,6 +215,7 @@ ApplicationWindow {
                                     "imagePack": currentPack
                                 });
                                 dialog.open();
+                                timelineRoot.destroyOnClose(dialog);
                             }
                         }
                     }