feat(theme): customTheme-Default im State + Reset-Literal

This commit is contained in:
2026-06-15 01:38:55 +02:00
parent 9beeec3182
commit d0feddbda0
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -550,7 +550,7 @@ function bindSettingsEvents() {
settings = { compact: false, shortenTitles: false, newTab: true, showDesc: false, settings = { compact: false, shortenTitles: false, newTab: true, showDesc: false,
hideExtra: false, visibleCount: 10, bgUrl: '', theme: 'nebula', hideExtra: false, visibleCount: 10, bgUrl: '', theme: 'nebula',
showSearch: true, searchEngine: 'google', toolbarPos: 'right', showSearch: true, searchEngine: 'google', toolbarPos: 'right',
imageRefEnabled: false, language: 'auto' }; imageRefEnabled: false, language: 'auto', customTheme: null };
await saveBoards(); await saveBoards();
await saveTrash(); await saveTrash();
await saveSettings(); await saveSettings();
+1
View File
@@ -25,6 +25,7 @@ let settings = {
visibleCount: 10, visibleCount: 10,
bgUrl: '', bgUrl: '',
theme: 'nebula', theme: 'nebula',
customTheme: null,
showSearch: true, showSearch: true,
searchEngine: 'google', searchEngine: 'google',
toolbarPos: 'right', toolbarPos: 'right',