added experimental flags and section in settings for temporary config settings, added compact ui experiment

This commit is contained in:
booploops 2022-01-12 07:36:20 -08:00
parent fab2e1ba33
commit e579ed8a99
6 changed files with 127 additions and 95 deletions

View file

@ -635,6 +635,11 @@ const app = new Vue({
this.$forceUpdate()
}, 500)
},
getAppClasses() {
if(this.cfg.advanced.experiments.includes('compactui')) {
return {compact: true}
}
},
invokeDrawer(panel) {
if (this.drawer.panel == panel && this.drawer.open) {
if (panel == "lyrics") {