mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 19:54:39 +00:00
Add transparency effects toggle to settings
This commit is contained in:
@@ -7,6 +7,7 @@ export interface SettingsState {
|
||||
betterSEQTAPlus: boolean;
|
||||
shortcuts: Shortcut[];
|
||||
customshortcuts: CustomShortcut[];
|
||||
transparencyEffects: boolean;
|
||||
}
|
||||
|
||||
interface ToggleItem {
|
||||
@@ -55,4 +56,5 @@ export interface MainConfig {
|
||||
selectedColor: string;
|
||||
shortcuts: Shortcut[];
|
||||
subjectfilters: Record<string, any>;
|
||||
transparencyEffects: boolean;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user