remove telemetry completely

This commit is contained in:
SethBurkart123
2024-05-24 16:58:33 +10:00
parent 8cbf60fef5
commit 7a5f91a8c1
9 changed files with 1 additions and 26 deletions
-2
View File
@@ -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[];