Skip to content

Commit 76ac2dd

Browse files
committed
oops
1 parent a910229 commit 76ac2dd

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

changelog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# 1.1.7
2+
- Fix typo
3+
14
# 1.1.6
25
- Code cleanup and compatibility fixes
36

mod.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"id": "alphalaneous.fine_outline",
1010
"name": "Fine Outline",
11-
"version": "v1.1.6",
11+
"version": "v1.1.7",
1212
"developer": "Alphalaneous",
1313
"description": "Change the black outline color of icons!",
1414
"dependencies": {

src/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -610,7 +610,7 @@ class $modify(MyCharacterColorPage, CharacterColorPage) {
610610

611611
auto fields = m_fields.self();
612612

613-
if (getID() == "rooot.custom-gamemode-colors/gamemode-colors=page") {
613+
if (getID() == "rooot.custom-gamemode-colors/gamemode-colors-page") {
614614
fields->m_disable = true;
615615
return true;
616616
}

0 commit comments

Comments
 (0)