This commit is contained in:
dap
2025-05-13 11:32:35 +08:00
5 changed files with 21 additions and 6 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'),