- remove typo

- add menu to dependencies
This commit is contained in:
2024-04-04 21:26:25 +02:00
parent 155975df33
commit 9b6889b68c
2 changed files with 2 additions and 12 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ void Component::loop()
(*it)->loop();
}
}
this->runAsChild();F
this->runAsChild();
if (this->onlyChilds)
{