diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2022-01-07 17:06:47 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2022-01-07 17:06:47 +0900 |
| commit | faef125b74cd5ae32c69f2d997b5fc9c179ca475 (patch) | |
| tree | 930889532668ca402f4b986ae45a2892148b52b8 /packages/client/src/menu.ts | |
| parent | remove unused components (diff) | |
| download | sharkey-faef125b74cd5ae32c69f2d997b5fc9c179ca475.tar.gz sharkey-faef125b74cd5ae32c69f2d997b5fc9c179ca475.tar.bz2 sharkey-faef125b74cd5ae32c69f2d997b5fc9c179ca475.zip | |
bye room
Diffstat (limited to 'packages/client/src/menu.ts')
| -rw-r--r-- | packages/client/src/menu.ts | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/packages/client/src/menu.ts b/packages/client/src/menu.ts index bd155ba16d..ea6f801fec 100644 --- a/packages/client/src/menu.ts +++ b/packages/client/src/menu.ts @@ -173,12 +173,6 @@ export const menuDef = reactive({ icon: 'fas fa-terminal', to: '/scratchpad', }, - rooms: { - title: 'rooms', - icon: 'fas fa-door-closed', - show: computed(() => $i != null), - to: computed(() => `/@${$i.username}/room`), - }, ui: { title: 'switchUi', icon: 'fas fa-columns', |