Update config_option_repository.dart

This commit is contained in:
fodhelper
2024-06-28 19:05:05 +01:00
committed by GitHub
parent 2c59583aa2
commit 637b74de05

View File

@@ -102,7 +102,7 @@ abstract class ConfigOptions {
static final connectionTestUrl = PreferencesNotifier.create<String, String>( static final connectionTestUrl = PreferencesNotifier.create<String, String>(
"connection-test-url", "connection-test-url",
"http://cp.cloudflare.com/", "https://www.gstatic.com/generate_204",
validator: (value) => value.isNotBlank && isUrl(value), validator: (value) => value.isNotBlank && isUrl(value),
); );