refactor(command): use dialog (#352)
This commit is contained in:
parent
f249087a95
commit
462e85dad0
7 changed files with 110 additions and 131 deletions
|
@ -281,7 +281,7 @@ export const provideGlobalCommands = () => {
|
|||
visible: () => users.value.length > 1,
|
||||
|
||||
name: () => t('action.switch_account'),
|
||||
description: t('command.switch_account_desc'),
|
||||
description: () => t('command.switch_account_desc'),
|
||||
icon: 'i-ri:user-shared-line',
|
||||
|
||||
onComplete: () => ({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue