Create default config in config dirs

This commit is contained in:
gabatxo1312 2026-01-26 22:31:21 +01:00
commit 2141c992d7
No known key found for this signature in database
7 changed files with 171 additions and 14 deletions

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) {