This commit is contained in:
syuilo
2022-01-07 17:06:47 +09:00
parent f897357b3c
commit faef125b74
160 changed files with 11 additions and 1885 deletions

View File

@@ -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',