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: '',