This commit is contained in:
Kovid Goyal 2018-06-05 22:54:04 +05:30
commit 93a450ad61
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -650,6 +650,7 @@ class TagsView(QTreeView): # {{{
partial(self.context_menu_handler, action='manage_searches',
category=tag.name if tag else None))
if tag is None:
self.context_menu.addSeparator()
self.context_menu.addAction(_('Change category icon'),
partial(self.context_menu_handler, action='set_icon', key=key))