mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 03:34:40 +00:00
remove telemetry completely
This commit is contained in:
@@ -2,7 +2,6 @@ export interface SettingsState {
|
||||
notificationCollector: boolean;
|
||||
selectedTheme: string;
|
||||
lessonAlerts: boolean;
|
||||
telemetry: boolean;
|
||||
animatedBackground: boolean;
|
||||
animatedBackgroundSpeed: string;
|
||||
customThemeColor: string;
|
||||
@@ -54,7 +53,6 @@ export interface MainConfig {
|
||||
};
|
||||
menuorder: any[];
|
||||
notificationcollector: boolean;
|
||||
telemetry: boolean;
|
||||
onoff: boolean;
|
||||
selectedColor: string;
|
||||
shortcuts: Shortcut[];
|
||||
|
||||
Reference in New Issue
Block a user