bye chat ui

This commit is contained in:
syuilo
2022-01-09 18:50:03 +09:00
parent d8f3622e16
commit a10be38d0e
18 changed files with 1 additions and 3824 deletions

View File

@@ -198,13 +198,6 @@ export const menuDef = reactive({
localStorage.setItem('ui', 'classic');
unisonReload();
}
}, {
text: 'Chat (β)',
active: ui === 'chat',
action: () => {
localStorage.setItem('ui', 'chat');
unisonReload();
}
}, /*{
text: i18n.locale.desktop + ' (β)',
active: ui === 'desktop',