added twopanel directive

This commit is contained in:
booploops 2022-02-25 18:25:38 -08:00
parent d9081e0037
commit e4030c10c0
6 changed files with 189 additions and 47 deletions

View file

@ -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) {