Skip to content
This repository was archived by the owner on Jun 6, 2025. It is now read-only.

Commit f4ddde8

Browse files
committed
maybe kinda fix theme saving (thanks gamer)
1 parent 3f32f0b commit f4ddde8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

js/main.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ document.addEventListener('DOMContentLoaded', () => {
4141
const blurToggle = document.getElementById('blurToggle');
4242
if (themeToggle) themeToggle.checked = isLight;
4343
if (blurToggle) blurToggle.checked = useBlur;
44+
applySettings();
4445
};
4546

4647
// Apply theme, background, and header settings

0 commit comments

Comments
 (0)