summaryrefslogtreecommitdiffstats
path: root/apps/dashboard/lib
diff options
context:
space:
mode:
Diffstat (limited to 'apps/dashboard/lib')
-rw-r--r--apps/dashboard/lib/Service/BackgroundService.php5
1 files changed, 2 insertions, 3 deletions
diff --git a/apps/dashboard/lib/Service/BackgroundService.php b/apps/dashboard/lib/Service/BackgroundService.php
index 4e154dd0170..da0de6117e6 100644
--- a/apps/dashboard/lib/Service/BackgroundService.php
+++ b/apps/dashboard/lib/Service/BackgroundService.php
@@ -36,10 +36,9 @@ use OCP\IConfig;
class BackgroundService {
- const THEMING_MODE_LIGHT = 'light';
- const THEMING_MODE_DARK = 'dark';
+ public const THEMING_MODE_DARK = 'dark';
- const SHIPPED_BACKGROUNDS = [
+ public const SHIPPED_BACKGROUNDS = [
'anatoly-mikhaltsov-butterfly-wing-scale.jpg' => [
'attribution' => 'Butterfly',
'attribution_url' => 'https://',