refactor(BackToTopAndRefreshButtons): remove the showRefreshButton prop

This commit is contained in:
Hakadao
2024-05-26 21:44:07 +08:00
parent 2250eefa09
commit b62f2ce839
2 changed files with 5 additions and 4 deletions

View File

@@ -367,7 +367,6 @@ provide<BewlyAppProvider>('BEWLY_APP', {
<!-- control button group -->
<BackToTopAndRefreshButtons
v-if="activatedPage !== AppPage.Search && !settings.moveBackToTopOrRefreshButtonToDock"
:show-refresh-button="!showTopBarMask"
@refresh="handleThrottledPageRefresh"
@back-to-top="handleBackToTop"
/>