mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-03-23 09:19:41 +01:00
* Hide dupe album & artists in SearchWidget.
This commit is contained in:
parent
9b89f36387
commit
5d297808da
@ -53,6 +53,8 @@ SearchWidget::SearchWidget( const QString& search, QWidget* parent )
|
||||
|
||||
ui->artistView->proxyModel()->sort( -1 );
|
||||
ui->albumView->proxyModel()->sort( -1 );
|
||||
ui->artistView->proxyModel()->setHideDupeItems( true );
|
||||
ui->albumView->proxyModel()->setHideDupeItems( true );
|
||||
|
||||
TomahawkUtils::unmarginLayout( ui->verticalLayout );
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user