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

View File

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