From 71559bb125910f88b1908fe4ab73c267c2fad59d Mon Sep 17 00:00:00 2001 From: Jonas Kvinge Date: Tue, 1 Sep 2020 01:02:02 +0200 Subject: [PATCH] Turn pretty covers on by default in collection model --- src/collection/collectionmodel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/collection/collectionmodel.cpp b/src/collection/collectionmodel.cpp index beb1d5130..55276fff2 100644 --- a/src/collection/collectionmodel.cpp +++ b/src/collection/collectionmodel.cpp @@ -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) {