glfharris / echelon

Echelon - A Hierarchial Tags addon for Anki 2.1
GNU Affero General Public License v3.0
6 stars 2 forks source link

Missing tag.png use tag.svg #4

Closed levodopa closed 5 years ago

levodopa commented 5 years ago

https://github.com/glfharris/echelon/blob/4bfc0737e639dfe970c7bf80073a779e8f96c864/echelon/echelon.py#L33

Replace with: item.setIcon(0, QIcon(":/icons/tag.svg"))

glfharris commented 5 years ago

Thanks, fixed as of latest version!