From a6d857ac9c8e72dec47272f02eb68354b9d0e35e Mon Sep 17 00:00:00 2001 From: Jouca Date: Wed, 10 Jul 2024 00:54:38 +0900 Subject: [PATCH] Temporary removing macOS for daily notification button --- src/Notifications/EventsPush.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Notifications/EventsPush.cpp b/src/Notifications/EventsPush.cpp index 3ce2d5c..8e309ab 100644 --- a/src/Notifications/EventsPush.cpp +++ b/src/Notifications/EventsPush.cpp @@ -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