fix: only require one of the keywords to match when searching for

settings
This commit is contained in:
Rasmus Karlsson 2024-09-08 14:27:44 +02:00
parent 336536c761
commit 74101d40f5
No known key found for this signature in database

View file

@ -376,13 +376,12 @@ bool GeneralPageView::filterElements(const QString &query)
currentSubtitleVisible = true;
widget.element->show();
groupAny = true;
break;
}
else
{
widget.element->hide();
}
}
}
if (currentSubtitle)
{