Revert "ublock default off"

This reverts commit 57ffe4e7c8.
This commit is contained in:
Fabian Freund
2025-07-03 18:08:11 +02:00
parent b418b8d5d5
commit c64e66d30b
@@ -42,7 +42,7 @@ There are many other lists available to block even more.
), ),
const SizedBox(height: 24), const SizedBox(height: 24),
FormField( FormField(
initialValue: false, initialValue: true,
onSaved: (newValue) { onSaved: (newValue) {
if (newValue == true) { if (newValue == true) {
unawaited( unawaited(