From fe47cf40da6bec69892dbfb7e78d21ab2379da02 Mon Sep 17 00:00:00 2001 From: John Molakvoæ Date: Tue, 26 Apr 2022 09:20:59 +0200 Subject: Dashboard fixes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ Signed-off-by: nextcloud-command --- apps/dashboard/lib/Service/BackgroundService.php | 1 + 1 file changed, 1 insertion(+) (limited to 'apps/dashboard/lib') 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 = [ -- cgit v1.2.3