diff --git a/src/Settings.hpp b/src/Settings.hpp index 920e190..c8b8b67 100644 --- a/src/Settings.hpp +++ b/src/Settings.hpp @@ -75,7 +75,7 @@ class MyButtonSettingNodeV3 : public SettingNodeV3 { this->addChild(theMenu); for (const auto &node : CCArrayExt(this->getChildren())) { - node->setVisible(!node->getID().empty()); + node->setVisible(!node->getID().empty() && utils::string::startsWith(node->getID(), Mod::get()->getID())); } return true;