mirror of
https://github.com/romancm/gamebrary
synced 2024-11-28 06:00:22 +00:00
Only apply transparency if wallpaper is present
This commit is contained in:
parent
12844304c6
commit
02f3cc475b
1 changed files with 1 additions and 0 deletions
|
@ -134,6 +134,7 @@ export default {
|
|||
return this.settings
|
||||
&& this.settings.wallpapers
|
||||
&& this.settings.wallpapers[this.platform.code]
|
||||
&& this.settings.wallpapers[this.platform.code].url
|
||||
&& this.settings.wallpapers[this.platform.code].transparent
|
||||
? 'transparent'
|
||||
: '';
|
||||
|
|
Loading…
Reference in a new issue