mirror of
https://gitlab.com/Theopse/fbi-i18n-zh.git
synced 2025-08-24 23:39:46 +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);
|
||||
failed = true;
|
||||
break;
|
||||
} else {
|
||||
updateList = true;
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -199,6 +201,7 @@ int main(int argc, char **argv) {
|
||||
}
|
||||
} else {
|
||||
if(fsDelete(path)) {
|
||||
updateList = true;
|
||||
resultMsg << "succeeded!";
|
||||
} else {
|
||||
resultMsg << "failed!" << "\n";
|
||||
|
Loading…
x
Reference in New Issue
Block a user