Skip to content

Commit

Permalink
mat says i should update the changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
qimiko committed Dec 20, 2024
1 parent 0d7e99e commit d0ae0f3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
* Allow any float or int type in `getSettingValue` (d08e141)
* Fix cocos headers (9dd7128, 6c039c6)
* Fix target Geode version comparison with tags (ec2e8d8)
* Fix "GD 0.000" from being displayed in mod listing (fb85530)
* Id overload for `openInfoPopup` now fetches the latest mod version (c6666a3, bda9444)

## v4.1.0
* Add Modtober winner announcement (0aa2449)
Expand Down
1 change: 1 addition & 0 deletions loader/src/ui/mods/list/ModProblemItem.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ CCSprite* ModProblemItem::createSeverityIcon() {
}

void ModProblemItem::onInfo(CCObject*) {
// someone should really add that fix button. not me though
if (m_problem.type == LoadProblem::Type::MissingDependency) {
(void)openInfoPopup(m_problem.message);
return;
Expand Down

0 comments on commit d0ae0f3

Please sign in to comment.