From 4caef059e4310f9353dc3256c1c3f580a3e6c443 Mon Sep 17 00:00:00 2001 From: FranklinDM Date: Mon, 14 Mar 2022 22:05:24 +0800 Subject: [PATCH] [Toolkit] Set an icon for the default handler --- toolkit/mozapps/handling/content/dialog.js | 1 + 1 file changed, 1 insertion(+) diff --git a/toolkit/mozapps/handling/content/dialog.js b/toolkit/mozapps/handling/content/dialog.js index 98a7882016..2d93fd60d6 100644 --- a/toolkit/mozapps/handling/content/dialog.js +++ b/toolkit/mozapps/handling/content/dialog.js @@ -151,6 +151,7 @@ var dialog = { elm.setAttribute("type", "handler"); elm.id = "os-default-handler"; elm.setAttribute("name", this._handlerInfo.defaultDescription); + elm.setAttribute("image", "moz-icon://.exe?size=32"); items.insertBefore(elm, items.firstChild); if (this._handlerInfo.preferredAction ==