mirror of
https://ghfast.top/https://github.com/StarCitizenToolBox/app.git
synced 2025-06-30 21:52:00 +08:00
feat: 自定义文件,高级汉化 社区输入法支持
This commit is contained in:
@ -467,9 +467,12 @@ class LocalizationDialogUI extends HookConsumerWidget {
|
||||
builder: (BuildContext context) =>
|
||||
const LocalizationFromFileDialogUI(),
|
||||
);
|
||||
if (sb is StringBuffer) {
|
||||
if (sb is (StringBuffer, bool)) {
|
||||
await model.installFormString(
|
||||
sb, S.current.localization_info_custom_files);
|
||||
sb.$1,
|
||||
S.current.localization_info_custom_files,
|
||||
isEnableCommunityInputMethod: sb.$2,
|
||||
);
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
Reference in New Issue
Block a user