some fixes

This commit is contained in:
2023-01-08 19:57:42 +01:00
parent 1147cb4eb6
commit 9762aabb00
5 changed files with 17 additions and 3 deletions
+1
View File
@@ -44,6 +44,7 @@ void Menu::printMenu() {
lineTwo.concat((*this->entrys.begin())->getName());
this->inSubmenu = false;
this->print(lineOne, lineTwo);
}
void Menu::update() {