Skip to content

Commit

Permalink
fix: sidebar preferences fixed (vbenjs#5276)
Browse files Browse the repository at this point in the history
  • Loading branch information
mynetfan authored and little-alei committed Jan 6, 2025
1 parent 677f764 commit 796690c
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 796690c

Please # to comment.