web/settings: add an option to hide the remux tab on mobile

This commit is contained in:
wukko
2025-05-01 00:25:03 +06:00
parent a1e20ccc3e
commit a22e4c3cf9
5 changed files with 27 additions and 3 deletions

View File

@ -12,6 +12,7 @@ const defaultSettings: CobaltSettings = {
theme: "auto",
language: defaultLocale,
autoLanguage: true,
hideRemuxTab: false,
},
accessibility: {
reduceMotion: false,