diff options
author | sameerasw <[email protected]> | 2025-06-03 00:04:09 +0530 |
---|---|---|
committer | sameerasw <[email protected]> | 2025-06-03 00:04:09 +0530 |
commit | e014013d8de27c4a7bb5dcc66470041f69829d4a (patch) | |
tree | f6f882f2452412415f75f9b1fb93cea0a6332708 /shared/constants.js | |
parent | ab5d377df0f1f87e1de9e53c72716a93e2cdf8d0 (diff) |
Added fallback background as a forced option
Diffstat (limited to 'shared/constants.js')
-rw-r--r-- | shared/constants.js | 1 |
1 files changed, 1 insertions, 0 deletions
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"; |