This commit is contained in:
Yash
2024-07-12 04:35:40 -07:00
7 changed files with 12 additions and 12 deletions

View File

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

View File

@@ -23,7 +23,7 @@ class GeneralSettingTiles extends HookConsumerWidget {
return Column(
children: [
// const LocalePrefTile(),
const LocalePrefTile(),
ListTile(
title: Text(t.settings.general.themeMode),
subtitle: Text(themeMode.present(t)),