Turn pretty covers on by default in collection model

This commit is contained in:
Jonas Kvinge 2020-09-01 01:02:02 +02:00
parent ae4c95262c
commit 71559bb125
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ CollectionModel::CollectionModel(CollectionBackend *backend, Application *app, Q
artist_icon_(IconLoader::Load("folder-sound")),
album_icon_(IconLoader::Load("cdcase")),
init_task_id_(-1),
use_pretty_covers_(false),
use_pretty_covers_(true),
show_dividers_(true),
use_disk_cache_(false) {