mirror of
https://github.com/geode-sdk/geode.git
synced 2025-03-25 04:11:42 -04:00
also clear filters when pressing x button
This commit is contained in:
parent
60ca65fb67
commit
d4f49abd33
1 changed files with 2 additions and 0 deletions
|
@ -579,6 +579,8 @@ void ModList::onSort(CCObject*) {
|
|||
}
|
||||
|
||||
void ModList::onClearFilters(CCObject*) {
|
||||
// FIXME: reloads twice
|
||||
m_source->setModTags({});
|
||||
m_searchInput->setString("", true);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue