i18n bugfix

This commit is contained in:
DASHU
2025-01-21 23:04:15 +08:00
parent 432e6107e6
commit 26de1d8dcd

View File

@@ -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;