save selectedColor for non-destructive theme viewing

This commit is contained in:
SethBurkart123
2024-04-05 10:30:23 +11:00
parent 6937ca6660
commit ea6282460d
4 changed files with 14 additions and 4 deletions
+1
View File
@@ -29,6 +29,7 @@ export interface SettingsState {
telemetry: boolean;
onoff: boolean;
selectedColor: string;
originalSelectedColor: string;
shortcuts: Shortcut[];
subjectfilters: Record<string, any>;
transparencyEffects: boolean;