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

This commit is contained in:
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

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'),