mirror of
https://mirror.ghproxy.com/https://github.com/StarCitizenToolBox/app.git
synced 2024-12-22 21:03:42 +08:00
fix: string
This commit is contained in:
parent
f8390e0367
commit
90f254b1d8
@ -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());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user