Skip to content

Commit

Permalink
it's N/A
Browse files Browse the repository at this point in the history
  • Loading branch information
HJfod committed Sep 10, 2024
1 parent 91a5509 commit f0f6d4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion loader/src/ui/mods/list/ModItem.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ bool ModItem::init(ModSource&& source) {
auto gdValid = gameVersion == "*" || gameVersion == GEODE_STR(GEODE_GD_VERSION);

if (!geodeValid || !gdValid) {
spr = createGeodeButton("NA", 50, false, true, GeodeButtonSprite::Default);
spr = createGeodeButton("N/A", 50, false, true, GeodeButtonSprite::Default);
}
}

Expand Down

0 comments on commit f0f6d4a

Please sign in to comment.