Update second menu color in b_manage
This commit is contained in:
@@ -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();
|
||||
|
Reference in New Issue
Block a user