increased artwork size for twopanel setting

This commit is contained in:
booploops 2022-03-07 20:19:26 -08:00
parent 4f22d0277e
commit f6bce2019d

View file

@ -3379,7 +3379,7 @@ const app = new Vue({
if (app.getThemeDirective("lcdArtworkSize") != "") {
artworkSize = app.getThemeDirective("lcdArtworkSize")
} else if (this.cfg.visual.directives.windowLayout == "twopanel") {
artworkSize = 70
artworkSize = 80
}
this.currentArtUrl = '';
this.currentArtUrlRaw = '';