refactor: rename isShowTopbar to showTopBar && rename autoHideTopbar to autoHideTopBar

This commit is contained in:
Hakadao
2024-01-01 18:18:42 +08:00
parent 561dec0bc2
commit 16eafd06ab
9 changed files with 18 additions and 18 deletions

View File

@@ -62,7 +62,7 @@ onMounted(() => {
// Allow moving tabs up only when the top bar is not hidden & is set to auto-hide
// This feature is primarily designed to compatible with the Bilibili Evolved's top bar
// Even when the BewlyBewly top bar is hidden, the Bilibili Evolved top bar still exists, so not moving up
if (settings.value.autoHideTopbar && settings.value.isShowTopbar) {
if (settings.value.autoHideTopBar && settings.value.showTopBar) {
if (val)
shouldMoveAsideUp.value = false