From beb1f1c28adc9872b179a2169e4f8d34adf125c7 Mon Sep 17 00:00:00 2001 From: Vijay A Date: Sun, 11 Feb 2024 09:50:32 +0530 Subject: minor refactoring to remove duplication with a constant --- src/config.ts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/config.ts') diff --git a/src/config.ts b/src/config.ts index 73ea25343..6e89cb9d1 100644 --- a/src/config.ts +++ b/src/config.ts @@ -343,6 +343,8 @@ export const DEFAULT_SERVICE_ORDER = 99; // something high enough that it gets a export const SPLIT_COLUMNS_MIN = 1; export const SPLIT_COLUMNS_MAX = 5; +export const DEFAULT_LOADER_COLOR = '#FFFFFF'; + export const DEFAULT_APP_SETTINGS = { autoLaunchOnStart: false, autoLaunchInBackground: false, -- cgit v1.2.3-70-g09d2