aboutsummaryrefslogtreecommitdiff
path: root/client-web/source/index.ts
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2023-04-04 11:13:38 +0200
committermetamuffin <metamuffin@disroot.org>2023-04-04 11:13:38 +0200
commit84587df365c61297e08d00f28317b452681a4b84 (patch)
tree77fa69219ab63e304422b4178c40d9442e2f6fe5 /client-web/source/index.ts
parent9dba0bc526a12f26b9dc32d0ae7506ea2468ac7f (diff)
downloadkeks-meet-84587df365c61297e08d00f28317b452681a4b84.tar
keks-meet-84587df365c61297e08d00f28317b452681a4b84.tar.bz2
keks-meet-84587df365c61297e08d00f28317b452681a4b84.tar.zst
[client-web]show overlayui by default
Diffstat (limited to 'client-web/source/index.ts')
-rw-r--r--client-web/source/index.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/client-web/source/index.ts b/client-web/source/index.ts
index e42cb74..852e48f 100644
--- a/client-web/source/index.ts
+++ b/client-web/source/index.ts
@@ -67,8 +67,8 @@ export async function main() {
setup_keybinds(r)
r.on_ready = () => {
- new BottomMenu(r).shown = true
- new MenuBr().shown = true
+ new BottomMenu(r)
+ new MenuBr()
}
document.body.append(ROOM_CONTAINER, OVERLAYS, LOGGER_CONTAINER)