pollymc/launcher/ui/pages/modplatform/modrinth/ModrinthModel.cpp
flow b131d3b2ec
refactor: move more common code to base class
Also removes unused imports and organize the ModModel header
2022-03-07 18:28:24 -03:00

8 lines
170 B
C++

#include "ModrinthModel.h"
namespace Modrinth {
const char* ListModel::sorts[5] { "relevance", "downloads", "follows", "updated", "newest" };
} // namespace Modrinth