Change pre release update checking off

This commit is contained in:
problematicconsumer
2023-10-26 15:27:55 +03:30
parent 2152cc384c
commit ef68104918

View File

@@ -96,7 +96,7 @@ class CheckForPreReleaseUpdates extends _$CheckForPreReleaseUpdates {
late final _pref = Pref(
ref.watch(sharedPreferencesProvider),
"check_for_pre_release_updates",
true,
false,
);
@override