GH-2819 mod list filter now also looks at descriptions and authors
This commit is contained in:
parent
8bdff97ac0
commit
355e5e24da
2 changed files with 24 additions and 0 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue