mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 11:44:40 +00:00
add store page
This commit is contained in:
@@ -11,7 +11,7 @@ import ThemeCreator from './pages/ThemeCreator';
|
||||
import Store from './pages/Store';
|
||||
|
||||
browser.storage.local.get().then(({ telemetry, DarkMode }) => {
|
||||
if (DarkMode) document.body.classList.add('dark');
|
||||
if (DarkMode) document.documentElement.classList.add('dark');
|
||||
|
||||
if (telemetry === true)
|
||||
Sentry.init({
|
||||
|
||||
Reference in New Issue
Block a user