Merge branch 'main' of https://github.com/nidghogg/hiddify-next
This commit is contained in:
@@ -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),
|
||||
);
|
||||
|
||||
|
||||
@@ -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)),
|
||||
|
||||
Reference in New Issue
Block a user