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( ToolsItemData(
"unp4kc", "unp4kc",
"${S.current.tools_action_unp4k}", S.current.tools_action_unp4k,
"${S.current.tools_action_unp4k_info}", S.current.tools_action_unp4k_info,
const Icon(FontAwesomeIcons.fileZipper, size: 24), const Icon(FontAwesomeIcons.fileZipper, size: 24),
onTap: () => _unp4kc(context), onTap: () => _unp4kc(context),
), ),