fix: refresh command of tabbar issue, fixed: #6162 (#6169)

pull/104/MERGE
Netfan 2025-05-12 23:34:08 +08:00 committed by GitHub
parent 9e67929ee7
commit e89cf400c0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -158,7 +158,7 @@ export function useTabbar() {
},
{
disabled: disabledRefresh,
handler: refreshTab,
handler: () => refreshTab(),
icon: RotateCw,
key: 'reload',
text: $t('preferences.tabbar.contextMenu.reload'),