Fix graphics options not hidden when Software renderer is pre-selected (#15)

Call showOrHideGraphicsOptions() after loading config from OPFS to ensure
Anti-aliasing and Anisotropic filtering are properly hidden when the
Software renderer is already configured in the INI file.
This commit is contained in:
Christian Semmler 2026-02-02 16:24:46 -08:00 committed by GitHub
parent c85eeef56a
commit 0cca67f900
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -68,6 +68,7 @@
// Save defaults silently (no toast on initial creation)
await saveConfig(configForm, getSiFiles, true);
}
showOrHideGraphicsOptions();
}
// Check cache status