added twopanel directive
This commit is contained in:
parent
d9081e0037
commit
e4030c10c0
6 changed files with 189 additions and 47 deletions
|
@ -959,6 +959,10 @@ const app = new Vue({
|
|||
if (this.cfg.visual.window_background_style == "none") {
|
||||
classes.simplebg = true
|
||||
}
|
||||
|
||||
if(this.getThemeDirective('windowLayout') == 'twopanel') {
|
||||
classes.twopanel = true
|
||||
}
|
||||
return classes
|
||||
},
|
||||
invokeDrawer(panel) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue