increased default artwork res if twopanel

This commit is contained in:
booploops 2022-03-01 00:06:59 -08:00
parent 8013d663e9
commit cdca2427d8

View file

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