qml: Fix no-customisation image write

This commit is contained in:
Tom Dewey 2023-11-16 14:59:39 +00:00
parent 9af4f15b27
commit cddee201e8

View file

@ -1191,6 +1191,7 @@ ApplicationWindow {
confirmwritepopup.askForConfirmation()
}
onNo: {
imageWriter.setImageCustomization("", "", "", "", "")
confirmwritepopup.askForConfirmation()
}
onNoClearSettings: {