added experimental flags and section in settings for temporary config settings, added compact ui experiment
This commit is contained in:
parent
fab2e1ba33
commit
e579ed8a99
6 changed files with 127 additions and 95 deletions
|
@ -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") {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue