Skip to content

Commit

Permalink
peepeepoopoo (forgot something)
Browse files Browse the repository at this point in the history
  • Loading branch information
RayDeeUx authored Nov 15, 2024
1 parent fb4bdf2 commit 9c0dc00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Settings.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ class MyButtonSettingNodeV3 : public SettingNodeV3 {
this->addChild(theMenu);

for (const auto &node : CCArrayExt<CCNode*>(this->getChildren())) {
node->setVisible(!node->getID().empty());
node->setVisible(!node->getID().empty() && utils::string::startsWith(node->getID(), Mod::get()->getID()));
}

return true;
Expand Down

0 comments on commit 9c0dc00

Please sign in to comment.