mirror of
https://github.com/haorendashu/nowser.git
synced 2025-12-17 01:44:19 +01:00
i18n bugfix
This commit is contained in:
@@ -16,10 +16,10 @@ class AppTypeComponent extends StatefulWidget {
|
||||
}
|
||||
|
||||
class _AppTypeComponent extends State<AppTypeComponent> {
|
||||
late S s;
|
||||
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
var s = S.of(context);
|
||||
|
||||
String typeName = s.WEB;
|
||||
if (widget.appType == AppType.ANDROID_APP) {
|
||||
typeName = s.Android;
|
||||
|
||||
Reference in New Issue
Block a user