Remove the out-of-place Easter Egg

This commit is contained in:
Lukasz Kryger 2022-01-14 09:15:54 +01:00 committed by Łukasz Kryger
parent d79f837ddb
commit 87307558f1
1 changed files with 3 additions and 9 deletions

View File

@ -397,15 +397,9 @@ void PlaylistContainer::UpdateNoMatchesLabel() {
QString text;
if (has_rows && !has_results) {
if (ui_->filter->text().trimmed().compare("the answer to life the universe "
"and everything",
Qt::CaseInsensitive) == 0) {
text = "42";
} else {
text = tr(
"No matches found. Clear the search box to show the whole playlist "
"again.");
}
text =
tr("No matches found. Clear the search box to show the whole playlist "
"again.");
}
if (!text.isEmpty()) {