Skip to content

Commit

Permalink
Update UIModding.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Alphalaneous committed May 22, 2024
1 parent 7adb29a commit b370ed9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/UIModding.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ using namespace geode::prelude;
UIModding* UIModding::instance = nullptr;

$execute {
UIModding::get()->doModify = Mod::get()->getSettingValue<bool>("ui-modifications");
//UIModding::get()->doModify = Mod::get()->getSettingValue<bool>("ui-modifications");
UIModding::get()->doModify = false;
}

void UIModding::updateColors(CCNode* node, std::string name){
Expand Down

0 comments on commit b370ed9

Please sign in to comment.