aboutsummaryrefslogtreecommitdiff
path: root/client-web/source/preferences/mod.ts
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2022-09-11 09:23:44 +0200
committermetamuffin <metamuffin@disroot.org>2022-09-11 09:23:44 +0200
commita47a937c8058eb88d95ff4a006d159ae63b08e9e (patch)
tree7f60d5817a36da74cdfd13cd5f8fcfc7728ed942 /client-web/source/preferences/mod.ts
parent12af75951dc26d99273596dfaa8ead84c1ab4c67 (diff)
downloadkeks-meet-a47a937c8058eb88d95ff4a006d159ae63b08e9e.tar
keks-meet-a47a937c8058eb88d95ff4a006d159ae63b08e9e.tar.bz2
keks-meet-a47a937c8058eb88d95ff4a006d159ae63b08e9e.tar.zst
hide "warn_redirect"
Diffstat (limited to 'client-web/source/preferences/mod.ts')
-rw-r--r--client-web/source/preferences/mod.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/client-web/source/preferences/mod.ts b/client-web/source/preferences/mod.ts
index d1f3635..4a2d8b9 100644
--- a/client-web/source/preferences/mod.ts
+++ b/client-web/source/preferences/mod.ts
@@ -8,6 +8,7 @@ export interface PrefDecl<T> {
description?: string,
possible_values?: T[]
optional?: boolean,
+ hidden?: boolean
}
type Type = "string" | "number" | "bigint" | "boolean" | "symbol" | "undefined" | "object" | "function";