Quote:
Originally Posted by gurcha
Could you please add support for Calibre's built‑in icon theming in a future update?
|
Comments Cleaner already support custom icon in the same way that you suggest.
The thing is that, unlike your example, the main icon use "plugin.png" as file name (
not "icon.png"). To see the real names used by the plugin, so that you can overide it, open the ZIP file of the plugin and look inside the "image/" folder.
The get_icon() function may have confused you, but in fact I uses a custom function with the same name.