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

This commit is contained in:
Netfan
2025-05-12 23:34:08 +08:00
parent de655af23b
commit 12151d9742

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