fix: translation bug, disable signing for pull req

This commit is contained in:
Hiddify
2024-02-20 09:30:34 +01:00
parent dff2f0e820
commit b370131667
7 changed files with 11 additions and 10 deletions

View File

@@ -125,7 +125,7 @@ class IntroPage extends HookConsumerWidget with PresLogger {
_getRegionLocale(jsonData['country']?.toString() ?? "");
loggy.debug(
'Region: ${regionLocale.region} Locale: ${regionLocale.locale}');
'Region: ${regionLocale.region} Locale: ${regionLocale.locale}',);
await ref
.read(regionNotifierProvider.notifier)
.update(regionLocale.region);