From 9f2be927908e06911cfe65f398de54eeae44783a Mon Sep 17 00:00:00 2001 From: FranklinDM Date: Tue, 3 May 2022 09:08:25 -0500 Subject: [Components:Handling] Set an icon for the default handler --- components/handling/content/dialog.js | 1 + 1 file changed, 1 insertion(+) (limited to 'components') diff --git a/components/handling/content/dialog.js b/components/handling/content/dialog.js index 98a788201..2d93fd60d 100644 --- a/components/handling/content/dialog.js +++ b/components/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 == -- cgit v1.2.3