From 8d532a442d88151eb3121e55a7806d65e1664ef6 Mon Sep 17 00:00:00 2001
From: BalazsManus <contact@balazsmanus.hu>
Date: Fri, 14 Feb 2025 08:04:16 +0100
Subject: [PATCH] disable analytics by default

---
 refilc/lib/models/settings.dart | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/refilc/lib/models/settings.dart b/refilc/lib/models/settings.dart
index 2f295a0..4e17217 100644
--- a/refilc/lib/models/settings.dart
+++ b/refilc/lib/models/settings.dart
@@ -470,7 +470,7 @@ class SettingsProvider extends ChangeNotifier {
       notificationsMessagesEnabled: true,
       notificationsLessonsEnabled: true,
       notificationsBitfield: 255,
-      developerMode: false,
+      developerMode: true,
       notificationPollInterval: 1,
       vibrate: VibrationStrength.medium,
       abWeeks: false,
@@ -478,7 +478,7 @@ class SettingsProvider extends ChangeNotifier {
       updateChannel: UpdateChannel.stable,
       config: Config.fromJson({}),
       xFilcId: const Uuid().v4(),
-      analyticsEnabled: true,
+      analyticsEnabled: false,
       graphClassAvg: false,
       goodStudent: false,
       presentationMode: false,
@@ -506,7 +506,7 @@ class SettingsProvider extends ChangeNotifier {
       currentThemeId: '',
       currentThemeDisplayName: '',
       currentThemeCreator: 'reFilc',
-      showBreaks: true,
+      showBreaks: false,
       pinSetGeneral: '',
       pinSetPersonalize: '',
       pinSetNotify: '',