Fixed an issue where selected locale was not used

This commit is contained in:
2025-09-27 12:49:38 +02:00
parent 140e3a7328
commit 8ca98d4720
2 changed files with 4 additions and 7 deletions

View File

@@ -31,6 +31,7 @@ Future<void> main() async {
final scaleController = ScaleController();
final localeController = LocaleController();
await localeController.init();
runApp(
MultiProvider(