mirror of
https://github.com/isledecomp/isle.pizza.git
synced 2026-02-28 22:07:39 +00:00
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:
parent
c85eeef56a
commit
0cca67f900
@ -68,6 +68,7 @@
|
||||
// Save defaults silently (no toast on initial creation)
|
||||
await saveConfig(configForm, getSiFiles, true);
|
||||
}
|
||||
showOrHideGraphicsOptions();
|
||||
}
|
||||
|
||||
// Check cache status
|
||||
|
||||
Loading…
Reference in New Issue
Block a user