mirror of
https://github.com/paricafe/misskey.git
synced 2025-04-01 09:09:29 -05:00
🎨
This commit is contained in:
parent
833a232262
commit
daa16d184f
1 changed files with 1 additions and 2 deletions
|
@ -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),
|
||||
}];
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue