This commit is contained in:
xingyu4j
2025-05-14 11:54:29 +08:00
7 changed files with 23 additions and 8 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'),