Create default config in config dirs

This commit is contained in:
gabatxo1312
2026-01-26 22:31:21 +01:00
parent a3c0b194e1
commit 2141c992d7
7 changed files with 171 additions and 14 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ function getCookie(name) {
const DEFAULT_THEME = 'light'
window.addEventListener('load', (e) => {
window.addEventListener('load', (_e) => {
let theme = getCookie('theme');
if (theme) {