Skip to content

Commit 30f38ba

Browse files
authored
need an id for this
1 parent db7fc8a commit 30f38ba

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

loader/src/loader/CustomGeodeSettings.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@ class CopyButtonSettingNode : public SettingNodeV3 {
139139
auto installFromFileBtn = CCMenuItemSpriteExtra::create(
140140
installFromFileSpr, this, menu_selector(CopyButtonSettingNode::onInstallFromFile)
141141
);
142+
installFromFileBtn->setID("install-from-file")
142143
this->getButtonMenu()->addChild(installFromFileBtn);
143144

144145
this->getButtonMenu()->setPosition(getContentSize() / 2);

0 commit comments

Comments
 (0)