Update kernel

Add import profile via QR code image
This commit is contained in:
chen08209
2024-05-11 17:02:34 +08:00
parent 472cea9037
commit a134c32493
54 changed files with 804 additions and 268 deletions

View File

@@ -62,7 +62,7 @@ Future<void> vpnService() async {
);
final appLocalizations = await AppLocalizations.load(
Other.getLocaleForString(config.locale) ??
other.getLocaleForString(config.locale) ??
WidgetsBinding.instance.platformDispatcher.locale,
);