From 84587df365c61297e08d00f28317b452681a4b84 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Tue, 4 Apr 2023 11:13:38 +0200 Subject: [client-web]show overlayui by default --- client-web/source/index.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'client-web/source/index.ts') 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) -- cgit v1.2.3-70-g09d2