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()
|
confirmwritepopup.askForConfirmation()
|
||||||
}
|
}
|
||||||
onNo: {
|
onNo: {
|
||||||
|
imageWriter.setImageCustomization("", "", "", "", "")
|
||||||
confirmwritepopup.askForConfirmation()
|
confirmwritepopup.askForConfirmation()
|
||||||
}
|
}
|
||||||
onNoClearSettings: {
|
onNoClearSettings: {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue