fix: string

This commit is contained in:
xkeyC 2024-05-05 18:52:04 +08:00
parent f8390e0367
commit 90f254b1d8

View File

@ -114,8 +114,8 @@ class ToolsUIModel extends _$ToolsUIModel {
),
ToolsItemData(
"unp4kc",
"${S.current.tools_action_unp4k}",
"${S.current.tools_action_unp4k_info}",
S.current.tools_action_unp4k,
S.current.tools_action_unp4k_info,
const Icon(FontAwesomeIcons.fileZipper, size: 24),
onTap: () => _unp4kc(context),
),
@ -619,4 +619,4 @@ class ToolsUIModel extends _$ToolsUIModel {
context: context,
builder: (BuildContext context) => const RsiLauncherEnhanceDialogUI());
}
}
}