From 1c3832477f53ea3d8ecb55a04b8f62e846df628d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6?= Date: Thu, 4 May 2023 12:50:05 +0200 Subject: [PATCH] fix(theming): do not show the image default background on user theming if disabled MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ --- apps/theming/src/components/BackgroundSettings.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/theming/src/components/BackgroundSettings.vue b/apps/theming/src/components/BackgroundSettings.vue index b550eca05cf..51dcd23b328 100644 --- a/apps/theming/src/components/BackgroundSettings.vue +++ b/apps/theming/src/components/BackgroundSettings.vue @@ -329,7 +329,7 @@ export default { &__default { background-color: var(--color-primary-default); - background-image: var(--image-background-default); + background-image: var(--image-background-plain, var(--image-background-default)); } &__filepicker, &__default, &__color {