1 parent db7fc8a commit 30f38baCopy full SHA for 30f38ba
1 file changed
loader/src/loader/CustomGeodeSettings.cpp
@@ -139,6 +139,7 @@ class CopyButtonSettingNode : public SettingNodeV3 {
139
auto installFromFileBtn = CCMenuItemSpriteExtra::create(
140
installFromFileSpr, this, menu_selector(CopyButtonSettingNode::onInstallFromFile)
141
);
142
+ installFromFileBtn->setID("install-from-file")
143
this->getButtonMenu()->addChild(installFromFileBtn);
144
145
this->getButtonMenu()->setPosition(getContentSize() / 2);
0 commit comments