Fix button widget can't deal with app specific images e.g. mail/navbar

This commit is contained in:
Hadi Nategh 2022-01-24 11:58:06 +01:00
parent 528208dca8
commit 5904ac11b0

View File

@ -133,7 +133,7 @@ export class Et2Button extends Et2InputWidget(SlotMixin(LionButton))
}
else
{
this._image = this.egw().image(new_image, 'etemplate');
this._image = this.egw().image(new_image);
}
this.requestUpdate("image", oldValue);
}