Skip to content

Commit

Permalink
Temporary removing macOS for daily notification button
Browse files Browse the repository at this point in the history
  • Loading branch information
Jouca committed Jul 9, 2024
1 parent 3982a03 commit a6d857a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Notifications/EventsPush.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,9 @@ void EventsPush::onClickBtn(CCObject* ret) {
//DailyLevelPage::create(eventType == EventType::Weekly)->show();
return;
} else if (eventType == EventType::smallChest || eventType == EventType::largeChest) {
#ifndef GEODE_IS_MACOS
RewardsPage::create()->show();
#endif
return;
}
} else { // copy to clipboard
Expand Down

0 comments on commit a6d857a

Please sign in to comment.