diff options
author | John Molakvoæ <skjnldsv@protonmail.com> | 2022-04-26 09:20:59 +0200 |
---|---|---|
committer | nextcloud-command <nextcloud-command@users.noreply.github.com> | 2022-04-27 10:56:20 +0000 |
commit | fe47cf40da6bec69892dbfb7e78d21ab2379da02 (patch) | |
tree | 8700074bbbb17c97de2a0d324f5cb84b77b19b38 /apps/dashboard/lib | |
parent | 7ab1fcf3c43992f3f27f1884eb6d912a79cfbb61 (diff) | |
download | nextcloud-server-fe47cf40da6bec69892dbfb7e78d21ab2379da02.tar.gz nextcloud-server-fe47cf40da6bec69892dbfb7e78d21ab2379da02.zip |
Dashboard fixes
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Diffstat (limited to 'apps/dashboard/lib')
-rw-r--r-- | apps/dashboard/lib/Service/BackgroundService.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/dashboard/lib/Service/BackgroundService.php b/apps/dashboard/lib/Service/BackgroundService.php index f9bd987bdca..13ad03cf860 100644 --- a/apps/dashboard/lib/Service/BackgroundService.php +++ b/apps/dashboard/lib/Service/BackgroundService.php @@ -40,6 +40,7 @@ use OCP\Lock\LockedException; use OCP\PreConditionNotMetException; class BackgroundService { + // true when the background is bright and need dark icons public const THEMING_MODE_DARK = 'dark'; public const SHIPPED_BACKGROUNDS = [ |