Don't show these two columns by default
This commit is contained in:
parent
66df980238
commit
6bad424058
@ -223,6 +223,8 @@ void PlaylistView::LoadGeometry() {
|
||||
header()->hideSection(Playlist::Column_Filetype);
|
||||
header()->hideSection(Playlist::Column_DateCreated);
|
||||
header()->hideSection(Playlist::Column_DateModified);
|
||||
header()->hideSection(Playlist::Column_AlbumArtist);
|
||||
header()->hideSection(Playlist::Column_Composer);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user