mirror of
https://github.com/cmclark00/retro-imager.git
synced 2025-05-17 23:45:21 +01:00
Apply settings if saved setting popup was opened and cancelled
Make sure original saved settings are also applied if settings popup was opened and subsequently closed by pressing "X" instead of "Save"
This commit is contained in:
parent
d48db2ee87
commit
317dad3b24
1 changed files with 4 additions and 0 deletions
|
@ -560,6 +560,10 @@ Window {
|
|||
function openPopup() {
|
||||
if (!initialized) {
|
||||
initialize()
|
||||
if (imageWriter.hasSavedCustomizationSettings())
|
||||
{
|
||||
applySettings()
|
||||
}
|
||||
}
|
||||
|
||||
//open()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue