From 8123c5dd332ec759f96cb89966b112ff9c45e6fb Mon Sep 17 00:00:00 2001 From: codefactor-io Date: Mon, 6 Apr 2026 04:55:44 +0000 Subject: [PATCH] [CodeFactor] Apply fixes --- src/plugins/built-in/themes/theme-manager.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/built-in/themes/theme-manager.ts b/src/plugins/built-in/themes/theme-manager.ts index 64ac26c8..7e3b2192 100644 --- a/src/plugins/built-in/themes/theme-manager.ts +++ b/src/plugins/built-in/themes/theme-manager.ts @@ -2,8 +2,8 @@ import localforage from "localforage"; import browser from "webextension-polyfill"; import { type CustomTheme, - type LoadedCustomTheme, getForcedDarkMode, + type LoadedCustomTheme, shouldForceThemeAppearance, } from "@/types/CustomThemes"; import { settingsState } from "@/seqta/utils/listeners/SettingsState";