refactor(command): use dialog (#352)

This commit is contained in:
QiroNT 2022-12-10 05:18:21 +08:00 committed by GitHub
parent f249087a95
commit 462e85dad0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 110 additions and 131 deletions

View file

@ -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: () => ({