diff --git a/loader/src/ui/nodes/Notification.cpp b/loader/src/ui/nodes/Notification.cpp index 13e033d5..449ddde2 100644 --- a/loader/src/ui/nodes/Notification.cpp +++ b/loader/src/ui/nodes/Notification.cpp @@ -172,7 +172,7 @@ void Notification::show() { if (!this->getParent()) { auto winSize = CCDirector::get()->getWinSize(); this->setPosition(winSize.width / 2, winSize.height / 4); - // this->setZOrder(CCScene::get()->getHighestChildZ() + 100); + this->setZOrder(CCScene::get()->getHighestChildZ() + 100); } SceneManager::get()->keepAcrossScenes(this); m_showing = true;