mirror of
https://mirror.ghproxy.com/https://github.com/StarCitizenToolBox/app.git
synced 2024-12-22 18:43:43 +08:00
fix: doctor_action_info_game_abnormal_exit info
This commit is contained in:
parent
e302d9e927
commit
b8c4e05a32
@ -169,7 +169,7 @@ class HomeGameDoctorUIModel extends _$HomeGameDoctorUIModel {
|
||||
if (info != null) {
|
||||
if (info.key != "_") {
|
||||
checkResult.add(MapEntry(
|
||||
S.current.doctor_action_info_game_abnormal_exit(info..key),
|
||||
S.current.doctor_action_info_game_abnormal_exit(info.key),
|
||||
info.value));
|
||||
} else {
|
||||
checkResult.add(MapEntry(
|
||||
|
Loading…
Reference in New Issue
Block a user