fix: sidebar preferences fixed (#5276)

This commit is contained in:
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

View File

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