Turn off sort indicators for playlist

Fixes #511
This commit is contained in:
Jonas Kvinge 2020-08-12 16:56:28 +02:00
parent 4ddb13abac
commit 7b50ec4630
1 changed files with 2 additions and 0 deletions

View File

@ -353,6 +353,8 @@ void PlaylistView::LoadGeometry() {
header_->ShowSection(Playlist::Column_Title);
}
header_->setSortIndicatorShown(false);
}
void PlaylistView::SaveGeometry() {