add button to change lyrics layout
This commit is contained in:
parent
952e632e49
commit
54f197e1e3
3 changed files with 64 additions and 3 deletions
|
@ -132,6 +132,7 @@ const app = new Vue({
|
|||
resultsSocial: {},
|
||||
limit: 10
|
||||
},
|
||||
fullscreenLyrics: false,
|
||||
playerLCD: {
|
||||
playbackDuration: 0,
|
||||
desiredDuration: 0,
|
||||
|
@ -321,6 +322,7 @@ const app = new Vue({
|
|||
});
|
||||
},
|
||||
modularUITest(val = false) {
|
||||
this.fullscreenLyrics = val;
|
||||
if (val) {
|
||||
document.querySelector("#app-main").classList.add("modular-fs")
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue