From 02f3cc475b9823c3d52e188d13f8ee0a29b90f1f Mon Sep 17 00:00:00 2001 From: Roman Cervantes Date: Sat, 13 Apr 2019 15:08:41 -0700 Subject: [PATCH] Only apply transparency if wallpaper is present --- src/components/GameBoard/List.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/GameBoard/List.vue b/src/components/GameBoard/List.vue index 0dc32711..aa420dce 100644 --- a/src/components/GameBoard/List.vue +++ b/src/components/GameBoard/List.vue @@ -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' : '';