GH-2819 mod list filter now also looks at descriptions and authors
This commit is contained in:
@ -85,6 +85,10 @@ public:
|
||||
{
|
||||
return mods[index];
|
||||
}
|
||||
const Mod &at(size_t index) const
|
||||
{
|
||||
return mods.at(index);
|
||||
}
|
||||
|
||||
/// Reloads the mod list and returns true if the list changed.
|
||||
bool update();
|
||||
|
Reference in New Issue
Block a user