mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Merge branch 'master' of https://github.com/cbhaley/calibre
This commit is contained in:
commit
93a450ad61
@ -650,6 +650,7 @@ class TagsView(QTreeView): # {{{
|
|||||||
partial(self.context_menu_handler, action='manage_searches',
|
partial(self.context_menu_handler, action='manage_searches',
|
||||||
category=tag.name if tag else None))
|
category=tag.name if tag else None))
|
||||||
|
|
||||||
|
if tag is None:
|
||||||
self.context_menu.addSeparator()
|
self.context_menu.addSeparator()
|
||||||
self.context_menu.addAction(_('Change category icon'),
|
self.context_menu.addAction(_('Change category icon'),
|
||||||
partial(self.context_menu_handler, action='set_icon', key=key))
|
partial(self.context_menu_handler, action='set_icon', key=key))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user