mirror of
https://github.com/JGeek00/adguard-home-manager.git
synced 2025-04-23 23:39:12 +00:00
Update main.dart
This commit is contained in:
parent
314face934
commit
f0633e7cff
1 changed files with 2 additions and 1 deletions
|
@ -226,7 +226,8 @@ class _MainState extends State<Main> {
|
|||
],
|
||||
supportedLocales: const [
|
||||
Locale('en', ''),
|
||||
Locale('es', '')
|
||||
Locale('es', ''),
|
||||
Locale('zh', '')
|
||||
],
|
||||
scaffoldMessengerKey: scaffoldMessengerKey,
|
||||
builder: (context, child) {
|
||||
|
|
Loading…
Add table
Reference in a new issue