fix for seperate navbar directive
This commit is contained in:
parent
1f977ca340
commit
649d735230
1 changed files with 3 additions and 0 deletions
|
@ -980,6 +980,9 @@ const app = new Vue({
|
|||
if (this.getThemeDirective('windowLayout') == 'twopanel') {
|
||||
classes.twopanel = true
|
||||
}
|
||||
if(this.getThemeDirective("appNavigation") == "seperate"){
|
||||
classes.navbar = true
|
||||
}
|
||||
if(this.getThemeDirective("macosemu") == true){
|
||||
classes.macosemu = true
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue