Skip to content

Commit

Permalink
fix lists excl mark with pages api
Browse files Browse the repository at this point in the history
  • Loading branch information
Cvolton committed Jul 7, 2024
1 parent 4df1d4a commit 11ba0d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hooks/CreatorLayer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class BI_DLL $modify(BICreatorLayer, CreatorLayer) {
if(menu == nullptr || !showExclamation) return;


auto listsBtn = static_cast<CCMenuItemSpriteExtra*>(menu->getChildByID("lists-button"));
auto listsBtn = static_cast<CCMenuItemSpriteExtra*>(menu->getChildByIDRecursive("lists-button"));
if(listsBtn == nullptr) return;

auto listsSprite = listsBtn->getNormalImage();
Expand Down

0 comments on commit 11ba0d6

Please sign in to comment.