mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-26 18:16:47 +01:00
Merge branch 'master' of https://github.com/cbhaley/calibre
Fixes #1904507 [Manage Author absent from context menu](https://bugs.launchpad.net/calibre/+bug/1904507)
This commit is contained in:
commit
f8ecef10db
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