Skip to content

Commit

Permalink
Update MenuLayer.h
Browse files Browse the repository at this point in the history
  • Loading branch information
Alphalaneous committed May 22, 2024
1 parent b370ed9 commit 7ae5f5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nodes/MenuLayer.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class $modify(MyMenuLayer, MenuLayer){
if(!MenuLayer::init()){
return false;
}
UIModding::get()->doModify = Mod::get()->getSettingValue<bool>("ui-modifications");
//UIModding::get()->doModify = Mod::get()->getSettingValue<bool>("ui-modifications");

if(UIModding::get()->doModify){
//UIModding::get()->startFileListeners();
Expand Down

0 comments on commit 7ae5f5c

Please sign in to comment.