mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-12-10 09:06:14 +00:00
New layout system & new layouts (wip)
This commit is contained in:
@@ -123,8 +123,8 @@ export class ToolbarComponent implements OnInit, OnDestroy
|
||||
this._fuseConfigService.config
|
||||
.pipe(takeUntil(this._unsubscribeAll))
|
||||
.subscribe((settings) => {
|
||||
this.horizontalNav = settings.layout.navigation.position === 'top';
|
||||
this.noNav = settings.layout.navigation.position === 'none';
|
||||
this.horizontalNav = settings.layout.navbar.position === 'top';
|
||||
this.noNav = settings.layout.navbar.position === 'none';
|
||||
});
|
||||
|
||||
// Set the selected language from default languages
|
||||
|
||||
Reference in New Issue
Block a user