grade opening default false

This commit is contained in:
Kima 2024-01-25 17:37:35 +01:00
parent 5a39f2053f
commit 1483c39029

View File

@ -330,7 +330,7 @@ class SettingsProvider extends ChangeNotifier {
presentationMode: false,
bellDelayEnabled: false,
bellDelay: 0,
gradeOpeningFun: true,
gradeOpeningFun: false,
iconPack: IconPack.cupertino,
customAccentColor: const Color(0xff3D7BF4),
customBackgroundColor: const Color(0xff000000),