From 642a455a9ca0b7869b8fe840d319c1ca7c860513 Mon Sep 17 00:00:00 2001 From: buckmelanoma <43704682+buckmelanoma@users.noreply.github.com> Date: Sat, 30 Oct 2021 17:31:57 -0700 Subject: [PATCH] Add icon mappings for download and scrobble Adds mappings for download (Cover Manager) and scrobble (Import data from last.fm): --- src/core/iconmapper.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/core/iconmapper.h b/src/core/iconmapper.h index 2a663107..cd8839f4 100644 --- a/src/core/iconmapper.h +++ b/src/core/iconmapper.h @@ -56,7 +56,7 @@ static const QMap iconmapper_ = { // clazy:exclude=non { "dialog-ok-apply", { {}} }, { "dialog-password", { {}} }, { "dialog-warning", { {}} }, - { "document-download", { {}} }, + { "document-download", { {"download"}} }, { "document-new", { {}} }, { "document-open-folder", { {}} }, { "document-open", { {}} }, @@ -111,7 +111,7 @@ static const QMap iconmapper_ = { // clazy:exclude=non { "pulseaudio", { {}} }, { "realtek", { {}} }, { "scrobble-disabled", { {}} }, - { "scrobble", { {}} }, + { "scrobble", { {"love"}} }, { "search", { {}} }, { "soundcard", { {"audiocard", "audio-card"}} }, { "speaker", { {}} },