feat: add force theme option to custom themes

This commit is contained in:
sethburkart123
2024-08-20 12:57:07 +10:00
parent a2dac4d84d
commit 4a9048ac62
5 changed files with 37 additions and 1 deletions
+1
View File
@@ -37,6 +37,7 @@ export interface SettingsState {
animations: boolean;
defaultPage: string;
devMode?: boolean;
originalDarkMode?: boolean;
}
interface ToggleItem {