mirror of
https://github.com/BewlyBewly/BewlyBewly.git
synced 2025-04-14 13:15:29 +00:00
refactor: rename isShowTopbar to showTopBar && rename autoHideTopbar to autoHideTopBar
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user