mirror of
https://gitlab.com/Theopse/fbi-i18n-zh.git
synced 2025-08-25 15:59:48 +08:00
Update file list after deleting CIAs.
This commit is contained in:
parent
0cbae65520
commit
0864810824
@ -158,6 +158,8 @@ int main(int argc, char **argv) {
|
|||||||
uiPrompt(TOP_SCREEN, resultMsg.str(), false);
|
uiPrompt(TOP_SCREEN, resultMsg.str(), false);
|
||||||
failed = true;
|
failed = true;
|
||||||
break;
|
break;
|
||||||
|
} else {
|
||||||
|
updateList = true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -199,6 +201,7 @@ int main(int argc, char **argv) {
|
|||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
if(fsDelete(path)) {
|
if(fsDelete(path)) {
|
||||||
|
updateList = true;
|
||||||
resultMsg << "succeeded!";
|
resultMsg << "succeeded!";
|
||||||
} else {
|
} else {
|
||||||
resultMsg << "failed!" << "\n";
|
resultMsg << "failed!" << "\n";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user