summaryrefslogtreecommitdiff
path: root/shared/constants.js
diff options
context:
space:
mode:
authorsameerasw <[email protected]>2025-03-05 18:40:55 +0530
committersameerasw <[email protected]>2025-03-05 18:40:55 +0530
commit5bb01b6cc833c3e3609a0992d2512137748c8e89 (patch)
tree908332fb3756cefc79a4a4359ec15d5488ba09f6 /shared/constants.js
parentbbeae845b702727f0ffaf3e49c85ed9bc0f971ab (diff)
feature complete for #4 - forced theems for unthemed websites.
Diffstat (limited to 'shared/constants.js')
-rw-r--r--shared/constants.js3
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";