Update home.vue

This commit is contained in:
syuilo 2025-03-19 19:57:03 +09:00
parent 5618688d0e
commit e3c38cf1ac
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ function start(ev: MouseEvent) {
caption: i18n.ts.individualChat_description,
icon: 'ti ti-user',
action: () => { startUser(); },
}, {
}, { type: 'divider' }, {
text: i18n.ts.roomChat,
caption: i18n.ts.roomChat_description,
icon: 'ti ti-users',