added function for avoid print parentmenu
This commit is contained in:
@@ -187,7 +187,7 @@ void MenuIntInput::no() {
|
||||
|
||||
void MenuIntInput::yes() {
|
||||
this->wrapper->action(this->values, this->length);
|
||||
if (this->parentMenu)
|
||||
if (this->parentMenu && printParentMenu)
|
||||
this->parentMenu->printMenu();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user