Quote:
Originally Posted by kovidgoyal
that commit assumes images are in the plugin root which. I suppose adding support for an extra images sub-folder shouldnt be too bad.
|
This is more-or-less required, because plugins put the default icons in an images subdirectory in the zip file.
And FWIW: if I remove 'images' as in
Code:
icon = get_icons('icon.png', 'Interface Plugin Demo')
it works if the overridden icons exist. As a consequence of the above, it doesn't work if there aren't any overridden icons.