mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2025-05-29 21:30:18 +02:00
commit
e7b2dbdd00
@ -117,6 +117,6 @@ QList<ResourceAPI::SortingMethod> ModrinthAPI::getSortingMethods() const
|
|||||||
return { { 1, "relevance", QObject::tr("Sort by Relevance") },
|
return { { 1, "relevance", QObject::tr("Sort by Relevance") },
|
||||||
{ 2, "downloads", QObject::tr("Sort by Downloads") },
|
{ 2, "downloads", QObject::tr("Sort by Downloads") },
|
||||||
{ 3, "follows", QObject::tr("Sort by Follows") },
|
{ 3, "follows", QObject::tr("Sort by Follows") },
|
||||||
{ 4, "newest", QObject::tr("Sort by Last Updated") },
|
{ 4, "newest", QObject::tr("Sort by Newest") },
|
||||||
{ 5, "updated", QObject::tr("Sort by Newest") } };
|
{ 5, "updated", QObject::tr("Sort by Last Updated") } };
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user