This commit is contained in:
syuilo 2025-03-14 11:58:41 +09:00
parent 833a232262
commit daa16d184f
1 changed files with 1 additions and 2 deletions

View File

@ -44,9 +44,8 @@ function menu(host: string, account: Misskey.entities.UserDetailed, ev: MouseEve
icon: 'ti ti-switch-horizontal',
action: () => switchAccount(host, account.id),
}, {
text: i18n.ts.logout,
text: i18n.ts.remove,
icon: 'ti ti-trash',
danger: true,
action: () => removeAccount(host, account.id),
}];