mirror of
https://github.com/StarCitizenToolBox/app.git
synced 2026-02-04 06:11:12 +00:00
fix: lang
This commit is contained in:
parent
16cc835f23
commit
4a8b18fed0
@ -281,7 +281,7 @@ class LocalizationUIModel extends _$LocalizationUIModel {
|
||||
String? communityInputMethodVersion;
|
||||
String? communityInputMethodSupportData;
|
||||
|
||||
if (isEnableCommunityInputMethod && !kIsWeb) {
|
||||
if (isEnableCommunityInputMethod) {
|
||||
final data = state.communityInputMethodLanguageData;
|
||||
if (data != null) {
|
||||
communityInputMethodVersion = data.version;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user