fix: sidebar preferences fixed (#5276)

pull/62/head
Netfan 2024-12-31 12:36:45 +08:00 committed by GitHub
parent e9dc613548
commit 4d81b9d18d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -111,7 +111,8 @@ function usePreferences() {
isMixedNav.value || isMixedNav.value ||
isSideMixedNav.value || isSideMixedNav.value ||
isSideNav.value || isSideNav.value ||
isHeaderMixedNav.value isHeaderMixedNav.value ||
isHeaderSidebarNav.value
); );
}); });