diff --git a/data/icons/full/love.png b/data/icons/full/love.png index 4dc1e7d74..05453231c 100644 Binary files a/data/icons/full/love.png and b/data/icons/full/love.png differ diff --git a/data/icons/full/subsonic.png b/data/icons/full/subsonic.png index 1b734d859..d3dc3e5ab 100644 Binary files a/data/icons/full/subsonic.png and b/data/icons/full/subsonic.png differ diff --git a/src/core/iconmapper.h b/src/core/iconmapper.h index 101cd5c70..a052804a0 100644 --- a/src/core/iconmapper.h +++ b/src/core/iconmapper.h @@ -59,7 +59,7 @@ static const QMap iconmapper_ = { { "document-open", { {}, 0, 0 } }, { "document-save", { {}, 0, 0 } }, { "document-search", { {}, 0, 0 } }, - { "download", { {}, 0, 0 } }, + { "download", { {"applications-internet", "network-workgroup"}, 0, 0 } }, { "edit-clear-list", { {}, 0, 0 } }, { "edit-clear-locationbar-ltr", { {}, 0, 0 } }, { "edit-copy", { {}, 0, 0 } }, @@ -69,11 +69,11 @@ static const QMap iconmapper_ = { { "edit-rename", { {}, 0, 0 } }, { "edit-undo", { {}, 0, 0 } }, { "electrocompaniet", { {}, 0, 0 } }, - { "equalizer", { {}, 0, 0 } }, + { "equalizer", { {"view-media-equalizer"}, 0, 0 } }, { "folder-new", { {}, 0, 0 } }, { "folder", { {}, 0, 0 } }, { "folder-sound", { {"folder-music"}, 0, 0 } }, - { "footsteps", { {}, 0, 0 } }, + { "footsteps", { {"go-jump"}, 0, 0 } }, { "go-down", { {}, 0, 0 } }, { "go-home", { {}, 0, 0 } }, { "go-jump", { {}, 0, 0 } }, @@ -85,7 +85,7 @@ static const QMap iconmapper_ = { { "help-hint", { {}, 0, 0 } }, { "intel", { {}, 0, 0 } }, { "jack", { {}, 0, 0 } }, - { "keyboard", { {}, 0, 0 } }, + { "keyboard", { {"input-keyboard"}, 0, 0 } }, { "list-add", { {}, 0, 0 } }, { "list-remove", { {}, 0, 0 } }, { "love", { {"heart", "emblem-favorite"}, 0, 0 } },