This commit is contained in:
Kovid Goyal 2023-04-09 17:16:44 +05:30
commit b7d0e0f979
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -508,6 +508,7 @@ def details_context_menu_event(view, ev, book_info, add_popup_action=False, edit
ac.current_url = url
ac.setText(_('Copy link location'))
menu.addAction(ac)
menu.addAction(QIcon.ic('external-link'), _('Open this link'), lambda : book_info.link_clicked.emit(url))
if not copy_links_added:
create_copy_links(copy_menu)