mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-08 02:34:06 -04:00
Add context menu item to get a book-details link
This commit is contained in:
parent
eacbbc1f88
commit
ee09a85cf4
@ -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 calibre'), f'calibre://book-details/{library_id}/{book_id}')
|
||||
if data:
|
||||
field = data.get('field')
|
||||
if data['type'] == 'author':
|
||||
|
Loading…
x
Reference in New Issue
Block a user