diff options
author | sameerasw <[email protected]> | 2025-03-05 18:40:55 +0530 |
---|---|---|
committer | sameerasw <[email protected]> | 2025-03-05 18:40:55 +0530 |
commit | 5bb01b6cc833c3e3609a0992d2512137748c8e89 (patch) | |
tree | 908332fb3756cefc79a4a4359ec15d5488ba09f6 /shared | |
parent | bbeae845b702727f0ffaf3e49c85ed9bc0f971ab (diff) |
feature complete for #4 - forced theems for unthemed websites.
Diffstat (limited to 'shared')
-rw-r--r-- | shared/constants.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/shared/constants.js b/shared/constants.js index 92eb2fd..132bbec 100644 --- a/shared/constants.js +++ b/shared/constants.js @@ -1 +1,2 @@ -export const BROWSER_STORAGE_KEY = "transparentZenSettings";
\ No newline at end of file +export const BROWSER_STORAGE_KEY = "transparentZenSettings"; +export const SKIP_FORCE_THEMING_KEY = "skipForceThemingList"; |