Fix invalid attempt to destroy() an indestructible object

This commit is contained in:
Carl Schwan
2023-10-05 10:58:00 +02:00
parent 1c55649740
commit 2251edbf86

View File

@@ -133,7 +133,6 @@ Loader {
onClosed: {
root.closed()
destroy()
}
}
}