fix: sidebar preferences fixed (#5276)

master
Netfan 1 year ago committed by GitHub
parent e9dc613548
commit 4d81b9d18d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

Loading…
Cancel
Save