Skip to content

Commit

Permalink
:ned:
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSillyDoggo committed Feb 20, 2024
1 parent eddc07e commit 27b7c47
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"mac": "2.200",
"android": "*"
},
"version": "v2.2.3",
"version": "v2.2.4",
"id": "TheSillyDoggo.GradientPages",
"name": "Gradient Pages",
"developer": "TheSillyDoggo",
Expand Down
4 changes: 2 additions & 2 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,8 @@ class $modify(ProfilePage) {

virtual void loadPageFromUserInfo(GJUserScore* score)
{
ProfilePage::loadPageFromUserInfo(score);

if (!Mod::get()->getSettingValue<bool>("apply-profiles") || Loader::get()->getLoadedMod("bitz.customprofiles"))
return;

Expand All @@ -312,8 +314,6 @@ class $modify(ProfilePage) {
log::info("colour 2: {}", score->m_color2);
//score->m_commentHistoryStatus = 0;

ProfilePage::loadPageFromUserInfo(score);

#ifdef GEODE_IS_MACOS

if (GradientPages::macNode)
Expand Down

0 comments on commit 27b7c47

Please sign in to comment.