diff options
Diffstat (limited to 'apps/theming/src/components/BackgroundSettings.vue')
-rw-r--r-- | apps/theming/src/components/BackgroundSettings.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/theming/src/components/BackgroundSettings.vue b/apps/theming/src/components/BackgroundSettings.vue index 3de68d5abed..359723bcf49 100644 --- a/apps/theming/src/components/BackgroundSettings.vue +++ b/apps/theming/src/components/BackgroundSettings.vue @@ -38,7 +38,7 @@ {{ t('theming', 'Default image') }} </button> <button class="background color" - :class="{ active: background === 'custom' }" + :class="{ active: background.startsWith('#') }" tabindex="0" @click="pickColor"> {{ t('theming', 'Plain background') }} |