mirror of
https://github.com/wukko/cobalt.git
synced 2025-06-12 13:17:45 +02:00
web/state/settings: add "disable analytics" option
This commit is contained in:
@ -3,7 +3,7 @@ import { defaultLocale } from "$lib/i18n/translations";
|
||||
import type { CobaltSettings } from "$lib/types/settings";
|
||||
|
||||
const defaultSettings: CobaltSettings = {
|
||||
schemaVersion: 1,
|
||||
schemaVersion: 2,
|
||||
advanced: {
|
||||
debug: false,
|
||||
},
|
||||
@ -27,6 +27,9 @@ const defaultSettings: CobaltSettings = {
|
||||
youtubeVideoCodec: "h264",
|
||||
youtubeDubBrowserLang: false,
|
||||
},
|
||||
privacy: {
|
||||
disableAnalytics: false
|
||||
}
|
||||
}
|
||||
|
||||
const defaultSettingsPage = () => {
|
||||
|
Reference in New Issue
Block a user