Hello all,
I am porting an extension for Thunderbird 68, Highlighter.
I need to add a dropdown button to the compose window, with just 6 text entries.
I have successfully added the button, and a HTML inside a popup, but it does not look at all like the other toolbar buttons.
Can someone post the code to put in the HTML popup, please?
I have this in my manifest:
“compose_action”: {
“default_area”: “formattoolbar”,
“default_popup”: “popup.html”,
“default_title”: “Highlight”,
“default_icon”: “img/edit.svg”
},
Thanks for your help,
Andre Rodier