Skip to content

Commit

Permalink
wha
Browse files Browse the repository at this point in the history
  • Loading branch information
FireMario211 committed Feb 8, 2024
1 parent 4b596ad commit 6ce67e5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,9 @@ class $modify(CCKeyboardDispatcher) {
auto prismButton = typeinfo_cast<PrismButton*>(CCScene::get()->getChildByID("prism-icon"));
HackItem* menuStyle = Hacks::getHack("Menu-Style");
#ifdef GEODE_IS_MACOS
if (prismButton == nullptr) return true;
menuStyle->value.intValue = 1;
#else
if (prismButton == nullptr) return true;
#endif
if (menuStyle->value.intValue == 0) { // imgui
prismButton->showImGuiMenu = !prismButton->showImGuiMenu;
Expand Down

0 comments on commit 6ce67e5

Please sign in to comment.