chore: update

This commit is contained in:
Hakadao
2024-10-21 01:37:35 +08:00
parent c94a518976
commit adc83ad21c

View File

@@ -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