increased default artwork res if twopanel
This commit is contained in:
parent
8013d663e9
commit
cdca2427d8
1 changed files with 2 additions and 0 deletions
|
@ -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 = '';
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue