From e014013d8de27c4a7bb5dcc66470041f69829d4a Mon Sep 17 00:00:00 2001 From: sameerasw Date: Tue, 3 Jun 2025 00:04:09 +0530 Subject: Added fallback background as a forced option --- shared/constants.js | 1 + 1 file changed, 1 insertion(+) (limited to 'shared/constants.js') diff --git a/shared/constants.js b/shared/constants.js index 132bbec..03c7bc3 100644 --- a/shared/constants.js +++ b/shared/constants.js @@ -1,2 +1,3 @@ export const BROWSER_STORAGE_KEY = "transparentZenSettings"; export const SKIP_FORCE_THEMING_KEY = "skipForceThemingList"; +export const FALLBACK_BACKGROUND_KEY = "fallbackBackgroundList"; -- cgit v1.2.3