mirror of
https://github.com/cmclark00/retro-imager.git
synced 2025-05-18 07:55:21 +01:00
Apply advanced settings prompt: offer "no" without clear options
By request. When prompted if previous settings should be applied, offer a "no" button that only applies this time, and does not clear settings.
This commit is contained in:
parent
0378751295
commit
b93fe29617
16 changed files with 1153 additions and 1188 deletions
|
@ -922,6 +922,9 @@ ApplicationWindow {
|
|||
confirmwritepopup.askForConfirmation()
|
||||
}
|
||||
onNo: {
|
||||
confirmwritepopup.askForConfirmation()
|
||||
}
|
||||
onNoClearSettings: {
|
||||
imageWriter.clearSavedCustomizationSettings()
|
||||
confirmwritepopup.askForConfirmation()
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue