web/settings: add duck to settings types

This commit is contained in:
wukko
2024-12-22 23:04:20 +06:00
parent 52b7f9523f
commit a9515d376a
3 changed files with 14 additions and 3 deletions

View File

@@ -2,9 +2,10 @@ import { defaultLocale } from "$lib/i18n/translations";
import type { CobaltSettings } from "$lib/types/settings";
const defaultSettings: CobaltSettings = {
schemaVersion: 4,
schemaVersion: 5,
advanced: {
debug: false,
duck: false,
},
appearance: {
theme: "auto",