aboutsummaryrefslogtreecommitdiff
path: root/client-web/source/preferences/mod.ts
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-04-01 17:34:04 +0200
committermetamuffin <metamuffin@disroot.org>2024-04-01 17:34:04 +0200
commit976c8c7cc4a0ab859e3e785a9dbae0ab8057274c (patch)
treef1103f7336b1ba8af070487a0e3a06ffec1292ab /client-web/source/preferences/mod.ts
parent45529def628fd1562bef262312649b428bbdb0f7 (diff)
downloadkeks-meet-976c8c7cc4a0ab859e3e785a9dbae0ab8057274c.tar
keks-meet-976c8c7cc4a0ab859e3e785a9dbae0ab8057274c.tar.bz2
keks-meet-976c8c7cc4a0ab859e3e785a9dbae0ab8057274c.tar.zst
translate settings and to german
Diffstat (limited to 'client-web/source/preferences/mod.ts')
-rw-r--r--client-web/source/preferences/mod.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/client-web/source/preferences/mod.ts b/client-web/source/preferences/mod.ts
index 49cd20f..1df57b1 100644
--- a/client-web/source/preferences/mod.ts
+++ b/client-web/source/preferences/mod.ts
@@ -10,7 +10,6 @@ import { PREF_DECLS } from "./decl.ts";
export interface PrefDecl<T> {
default?: T,
type: T,
- description?: string,
possible_values?: T[]
optional?: boolean,
hidden?: boolean