mirror of
https://github.com/geode-sdk/geode.git
synced 2025-04-10 12:04:36 -04:00
parent
ac76f5da40
commit
c2d1e587fa
1 changed files with 3 additions and 0 deletions
|
@ -61,6 +61,9 @@ static std::optional<int> queryMatchKeywords(
|
|||
}
|
||||
}
|
||||
else {
|
||||
if (metadata.getID() == "geode.loader") {
|
||||
return 900;
|
||||
}
|
||||
// this is like the dumbest way you could possibly sort alphabetically
|
||||
// but it does enough to make the mods list somewhat alphabetically
|
||||
// sorted, at least enough so that if you're scrolling it based on
|
||||
|
|
Loading…
Add table
Reference in a new issue