Only apply transparency if wallpaper is present

This commit is contained in:
Roman Cervantes 2019-04-13 15:08:41 -07:00
parent 12844304c6
commit 02f3cc475b

View file

@ -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'
: '';