mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-25 11:35:55 +01:00
Bug #1904507: Manage Author absent from context menu
This commit is contained in:
parent
6f34100ca7
commit
b595940b07
1 changed files with 1 additions and 0 deletions
|
|
@ -263,6 +263,7 @@ def add_copy_action(name):
|
|||
menu.addAction(ac)
|
||||
add_copy_action(author)
|
||||
init_find_in_tag_browser(menu, find_action, 'authors', author)
|
||||
menu.addAction(init_manage_action(book_info.manage_action, 'authors', author))
|
||||
if hasattr(book_info, 'search_internet'):
|
||||
menu.sia = sia = create_search_internet_menu(book_info.search_internet, author)
|
||||
menu.addMenu(sia)
|
||||
|
|
|
|||
Loading…
Reference in a new issue