Netfan
9 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
packages/effects/layouts/src/basic/tabbar/use-tabbar.ts
|
|
|
@ -158,7 +158,7 @@ export function useTabbar() { |
|
|
|
}, |
|
|
|
{ |
|
|
|
disabled: disabledRefresh, |
|
|
|
handler: refreshTab, |
|
|
|
handler: () => refreshTab(), |
|
|
|
icon: RotateCw, |
|
|
|
key: 'reload', |
|
|
|
text: $t('preferences.tabbar.contextMenu.reload'), |
|
|
|
|