mirror of
https://github.com/BewlyBewly/BewlyBewly.git
synced 2025-04-14 13:15:29 +00:00
chore: update
This commit is contained in:
@@ -33,6 +33,8 @@ const hoveringDockItem = reactive<HoveringDockItem>({
|
||||
settings: false,
|
||||
})
|
||||
|
||||
const showBewlyPageDialog = ref<boolean>(false)
|
||||
|
||||
watch(() => settings.value.autoHideSidebar, (newValue) => {
|
||||
if (newValue)
|
||||
hideSidebar.value = true
|
||||
|
||||
Reference in New Issue
Block a user