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 d48db2ee87
commit 317dad3b24

View file

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