Update second menu color in b_manage

This commit is contained in:
2024-03-02 18:24:36 +01:00
parent 42648f3125
commit df011f7e6b

View File

@@ -166,7 +166,7 @@ namespace platform {
if (indexList) {
std::tie(option, index) = parser.parse(Colors::GREEN(), mainOptions, 'r', numFiles - 1);
} else {
std::tie(option, subIndex) = parser.parse(Colors::CYAN(), listOptions, 'r', results.at(index).getJson()["results"].size() - 1);
std::tie(option, subIndex) = parser.parse(Colors::BLUE(), listOptions, 'r', results.at(index).getJson()["results"].size() - 1);
}
switch (option) {
case 'q':
@@ -175,7 +175,6 @@ namespace platform {
case 'b':
// back to show the report
report(index, false);
indexList = false;
break;
case 'l':
list();