mirror of
https://github.com/strawberrymusicplayer/strawberry
synced 2025-01-31 17:54:55 +01:00
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:
parent
6abfa2859b
commit
642a455a9c
@ -56,7 +56,7 @@ static const QMap<QString, IconProperties> iconmapper_ = { // clazy:exclude=non
|
|||||||
{ "dialog-ok-apply", { {}} },
|
{ "dialog-ok-apply", { {}} },
|
||||||
{ "dialog-password", { {}} },
|
{ "dialog-password", { {}} },
|
||||||
{ "dialog-warning", { {}} },
|
{ "dialog-warning", { {}} },
|
||||||
{ "document-download", { {}} },
|
{ "document-download", { {"download"}} },
|
||||||
{ "document-new", { {}} },
|
{ "document-new", { {}} },
|
||||||
{ "document-open-folder", { {}} },
|
{ "document-open-folder", { {}} },
|
||||||
{ "document-open", { {}} },
|
{ "document-open", { {}} },
|
||||||
@ -111,7 +111,7 @@ static const QMap<QString, IconProperties> iconmapper_ = { // clazy:exclude=non
|
|||||||
{ "pulseaudio", { {}} },
|
{ "pulseaudio", { {}} },
|
||||||
{ "realtek", { {}} },
|
{ "realtek", { {}} },
|
||||||
{ "scrobble-disabled", { {}} },
|
{ "scrobble-disabled", { {}} },
|
||||||
{ "scrobble", { {}} },
|
{ "scrobble", { {"love"}} },
|
||||||
{ "search", { {}} },
|
{ "search", { {}} },
|
||||||
{ "soundcard", { {"audiocard", "audio-card"}} },
|
{ "soundcard", { {"audiocard", "audio-card"}} },
|
||||||
{ "speaker", { {}} },
|
{ "speaker", { {}} },
|
||||||
|
Loading…
x
Reference in New Issue
Block a user