ublock default off

This commit is contained in:
Fabian Freund
2025-07-03 12:44:11 +02:00
parent 6f2ac3a6c8
commit 57ffe4e7c8
@@ -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: true, initialValue: false,
onSaved: (newValue) { onSaved: (newValue) {
if (newValue == true) { if (newValue == true) {
unawaited( unawaited(