mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-06 14:16:32 +02:00
* Hide dupe album & artists in SearchWidget.
This commit is contained in:
@@ -53,6 +53,8 @@ SearchWidget::SearchWidget( const QString& search, QWidget* parent )
|
|||||||
|
|
||||||
ui->artistView->proxyModel()->sort( -1 );
|
ui->artistView->proxyModel()->sort( -1 );
|
||||||
ui->albumView->proxyModel()->sort( -1 );
|
ui->albumView->proxyModel()->sort( -1 );
|
||||||
|
ui->artistView->proxyModel()->setHideDupeItems( true );
|
||||||
|
ui->albumView->proxyModel()->setHideDupeItems( true );
|
||||||
|
|
||||||
TomahawkUtils::unmarginLayout( ui->verticalLayout );
|
TomahawkUtils::unmarginLayout( ui->verticalLayout );
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user