Update second menu color in b_manage
This commit is contained in:
@@ -166,7 +166,7 @@ namespace platform {
|
|||||||
if (indexList) {
|
if (indexList) {
|
||||||
std::tie(option, index) = parser.parse(Colors::GREEN(), mainOptions, 'r', numFiles - 1);
|
std::tie(option, index) = parser.parse(Colors::GREEN(), mainOptions, 'r', numFiles - 1);
|
||||||
} else {
|
} 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) {
|
switch (option) {
|
||||||
case 'q':
|
case 'q':
|
||||||
@@ -175,7 +175,6 @@ namespace platform {
|
|||||||
case 'b':
|
case 'b':
|
||||||
// back to show the report
|
// back to show the report
|
||||||
report(index, false);
|
report(index, false);
|
||||||
indexList = false;
|
|
||||||
break;
|
break;
|
||||||
case 'l':
|
case 'l':
|
||||||
list();
|
list();
|
||||||
|
Reference in New Issue
Block a user