From 7a57586f90d9cb3171ccbabd7b81f488b0ef5075 Mon Sep 17 00:00:00 2001 From: buckmelanoma <43704682+buckmelanoma@users.noreply.github.com> Date: Thu, 28 Oct 2021 19:45:14 -0700 Subject: [PATCH] Map edit-clear-list system icons Use system edit-clear-list icons when enabled instead of defaulting to edit-clear-locationbar-ltr.png --- 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 bd7b7508a..2a6631074 100644 --- a/src/core/iconmapper.h +++ b/src/core/iconmapper.h @@ -64,8 +64,8 @@ static const QMap iconmapper_ = { // clazy:exclude=non { "document-search", { {}} }, { "document-open-remote", { {}} }, { "download", { {"applications-internet", "network-workgroup"}} }, - { "edit-clear-list", { {}} }, - { "edit-clear-locationbar-ltr", { {}, 0, 0, false } }, + { "edit-clear-list", { {"edit-clear-list","edit-clear-all"}} }, + { "edit-clear-locationbar-ltr", { {"edit-clear-locationbar-ltr"}} }, { "edit-copy", { {}} }, { "edit-delete", { {}} }, { "edit-find", { {}} },