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:
Floris Bos 2023-10-02 19:50:36 +02:00
parent aba3ccd794
commit 0b3a6b3f95

View file

@ -560,6 +560,10 @@ Window {
function openPopup() { function openPopup() {
if (!initialized) { if (!initialized) {
initialize() initialize()
if (imageWriter.hasSavedCustomizationSettings())
{
applySettings()
}
} }
//open() //open()