mirror of
https://github.com/cmclark00/retro-imager.git
synced 2025-05-18 16:05:21 +01:00
Fix behavior on pressing "X" in advanced options dialog
In the "advanced settings" dialog, if "X" instead of "apply settings" is clicked, it is seen as "cancel" and no settings are applied. If there do are saved settings, make sure to ask the user on pressing "write" if they do want the saved settings applied, instead of applying no settings.
This commit is contained in:
parent
142ddfc037
commit
c3237625bf
1 changed files with 1 additions and 0 deletions
|
@ -59,6 +59,7 @@ Popup {
|
|||
anchors.fill: parent
|
||||
cursorShape: Qt.PointingHandCursor
|
||||
onClicked: {
|
||||
initialized = false
|
||||
popup.close()
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue