Skip to content

Commit 0cca67f

Browse files
authored
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.
1 parent c85eeef commit 0cca67f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib/ConfigurePage.svelte

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@
6868
// Save defaults silently (no toast on initial creation)
6969
await saveConfig(configForm, getSiFiles, true);
7070
}
71+
showOrHideGraphicsOptions();
7172
}
7273
7374
// Check cache status

0 commit comments

Comments
 (0)