mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-05 21:57:41 +02:00
* Hide results-box when required.
This commit is contained in:
@@ -257,4 +257,6 @@ TrackDetailView::onResultsChanged()
|
|||||||
|
|
||||||
if ( m_query->numResults() > 1 )
|
if ( m_query->numResults() > 1 )
|
||||||
m_resultsBox->show();
|
m_resultsBox->show();
|
||||||
|
else
|
||||||
|
m_resultsBox->hide();
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user