mirror of
https://github.com/cmclark00/retro-imager.git
synced 2025-05-18 07:55: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
aba3ccd794
commit
0b3a6b3f95
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