Quote:
Originally Posted by kovidgoyal
The plugin has to do
get_icons('images/icon.png', 'Send To Kindle')
and in your icon theme, there needs to exist the file
Send To Kindle/images/icon.pg
then it will work. From the screenshot you posted, the plugin is using
_(self.name) which will result in a translated version of the plugins name, which could be anything, depending on the users calibre UI language.
|
Thanks for the hint. After placing the icon in specific folder named by a specific language -- `plugin_name_in_lang/images/icon.png`, it actually works! And that “Setenove” series icon pack seems made a mistake, it didn’t place the icons in `image` folder, no wonder it didn’t work, in a different way.