Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeyMC9730 committed Nov 28, 2024
1 parent 2dcfb3d commit 838e61c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
"geode": "4.0.1",
"gd": {
"android": "2.2074",
"win": "2.2074"
"win": "2.2074",
"mac": "2.2074"
},
"version": "v1.1.1",
"id": "dogotrigger.level_history",
Expand Down
2 changes: 2 additions & 0 deletions src/ProviderPopup.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -972,6 +972,8 @@ void ProviderPopup::setupSettingsPage(CCLayer *providerBox) {
settings->addChild(in);
settings->updateLayout();
}

return;

CCMenu* btnMenu = CCMenu::create();

Expand Down

0 comments on commit 838e61c

Please sign in to comment.