This commit is contained in:
parent
833a232262
commit
daa16d184f
|
@ -44,9 +44,8 @@ function menu(host: string, account: Misskey.entities.UserDetailed, ev: MouseEve
|
||||||
icon: 'ti ti-switch-horizontal',
|
icon: 'ti ti-switch-horizontal',
|
||||||
action: () => switchAccount(host, account.id),
|
action: () => switchAccount(host, account.id),
|
||||||
}, {
|
}, {
|
||||||
text: i18n.ts.logout,
|
text: i18n.ts.remove,
|
||||||
icon: 'ti ti-trash',
|
icon: 'ti ti-trash',
|
||||||
danger: true,
|
|
||||||
action: () => removeAccount(host, account.id),
|
action: () => removeAccount(host, account.id),
|
||||||
}];
|
}];
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue