Remove horizontal menu state check
This commit is contained in:
@@ -97,10 +97,6 @@ export class LayoutService {
|
||||
return this.config.menuMode === 'slim';
|
||||
}
|
||||
|
||||
isHorizontal() {
|
||||
return this.config.menuMode === 'horizontal';
|
||||
}
|
||||
|
||||
isMobile() {
|
||||
return !this.isDesktop();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user