If using table-style play queue, then only sort one column at a time.
Issue #1749
This commit is contained in:
@@ -220,6 +220,7 @@ void PlayQueueView::setMode(ItemView::Mode m)
|
||||
break;
|
||||
}
|
||||
|
||||
PlayQueueModel::self()->setSimpleSort(ItemView::Mode_Table==m);
|
||||
QAbstractItemModel *model=nullptr;
|
||||
QList<QAction *> actions;
|
||||
if (ItemView::Mode_Count!=mode) {
|
||||
|
||||
Reference in New Issue
Block a user