mirror of
https://github.com/cmclark00/retro-imager.git
synced 2025-05-18 07:55:21 +01:00
qml: Fix no-customisation image write
This commit is contained in:
parent
9af4f15b27
commit
cddee201e8
1 changed files with 1 additions and 0 deletions
|
@ -1191,6 +1191,7 @@ ApplicationWindow {
|
|||
confirmwritepopup.askForConfirmation()
|
||||
}
|
||||
onNo: {
|
||||
imageWriter.setImageCustomization("", "", "", "", "")
|
||||
confirmwritepopup.askForConfirmation()
|
||||
}
|
||||
onNoClearSettings: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue