1
0
Fork 0
mirror of https://github.com/paricafe/misskey.git synced 2025-04-01 09:09:29 -05:00
This commit is contained in:
syuilo 2025-03-14 11:58:41 +09:00
parent 833a232262
commit daa16d184f

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),
}];