Skip to content

Commit d0ae0f3

Browse files
committed
mat says i should update the changelog
1 parent 0d7e99e commit d0ae0f3

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
* Allow any float or int type in `getSettingValue` (d08e141)
88
* Fix cocos headers (9dd7128, 6c039c6)
99
* Fix target Geode version comparison with tags (ec2e8d8)
10+
* Fix "GD 0.000" from being displayed in mod listing (fb85530)
11+
* Id overload for `openInfoPopup` now fetches the latest mod version (c6666a3, bda9444)
1012

1113
## v4.1.0
1214
* Add Modtober winner announcement (0aa2449)

loader/src/ui/mods/list/ModProblemItem.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ CCSprite* ModProblemItem::createSeverityIcon() {
125125
}
126126

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

0 commit comments

Comments
 (0)