mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
fix: only require one of the keywords to match when searching for
settings
This commit is contained in:
parent
336536c761
commit
74101d40f5
|
@ -376,13 +376,12 @@ bool GeneralPageView::filterElements(const QString &query)
|
|||
currentSubtitleVisible = true;
|
||||
widget.element->show();
|
||||
groupAny = true;
|
||||
break;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
widget.element->hide();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
if (currentSubtitle)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue