Add icon mappings for download and scrobble

Adds mappings for download (Cover Manager) and scrobble (Import data from last.fm):
This commit is contained in:
buckmelanoma 2021-10-30 17:31:57 -07:00 committed by Jonas Kvinge
parent 6abfa2859b
commit 642a455a9c
1 changed files with 2 additions and 2 deletions

View File

@ -56,7 +56,7 @@ static const QMap<QString, IconProperties> 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<QString, IconProperties> iconmapper_ = { // clazy:exclude=non
{ "pulseaudio", { {}} },
{ "realtek", { {}} },
{ "scrobble-disabled", { {}} },
{ "scrobble", { {}} },
{ "scrobble", { {"love"}} },
{ "search", { {}} },
{ "soundcard", { {"audiocard", "audio-card"}} },
{ "speaker", { {}} },