Closed aecreations closed 1 week ago
It was observed that the icon used for the compose action is always the largest icon defined in the extension manifest, even if 16x16 and 32x32 pixel icons are defined. This is likely an issue with Thunderbird itself. The message composer context menu is not affected.
Bug fix implemented. In standard resolution, the icon in title bar is now cleaner, although the icon in the Windows task bar is fuzzy:
However, on high-resolution displays, the problem is still occurring, even though a 32x32 pixel icon was specified in the extension manifest. I tried removing that to force the use of the 16x16 px icon, but Thunderbird will again default to the larger size extension icon:
Marking as Fixed, as the blurry icon that persists on high-resolution displays is likely an issue with Thunderbird.
Thunderbird 128 on Windows now displays the extension icon in popup windows. But the icon that appears in the title bar of popup windows, e.g. Clippings Manager, is blurry:
To fix this, 16x16 and 32x32 pixel icons should be defined in the extension manifest.