Fix graphics options not hidden when Software renderer is pre-selected

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:23:51 -08:00
parent c85eeef56a
commit 21e072d392

View File

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