Skip to content

Commit

Permalink
fix: sidebar preferences fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
mynetfan committed Dec 31, 2024
1 parent e9dc613 commit 91e7609
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/@core/preferences/src/use-preferences.ts
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,8 @@ function usePreferences() {
isMixedNav.value ||
isSideMixedNav.value ||
isSideNav.value ||
isHeaderMixedNav.value
isHeaderMixedNav.value ||
isHeaderSidebarNav.value
);
});

Expand Down

0 comments on commit 91e7609

Please sign in to comment.