[Toolkit] Set an icon for the default handler

This commit is contained in:
FranklinDM 2022-03-14 22:05:24 +08:00 committed by roytam1
commit 4caef059e4

View file

@ -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 ==