mirror of
https://github.com/kovidgoyal/calibre.git
synced 2026-06-07 22:45:32 -04:00
Merge branch 'master' of https://github.com/cbhaley/calibre
This commit is contained in:
@@ -462,6 +462,7 @@ def create_copy_links(menu, data=None):
|
||||
|
||||
menu.addSeparator()
|
||||
link(_('Link to show book in calibre'), f'calibre://show-book/{library_id}/{book_id}')
|
||||
link(_('Link to show book details in a popup window'), f'calibre://book-details/{library_id}/{book_id}')
|
||||
if data:
|
||||
field = data.get('field')
|
||||
if data['type'] == 'author':
|
||||
|
||||
Reference in New Issue
Block a user