mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
2da1f63821
commit
953a1d7573
@ -305,7 +305,7 @@ class MainOverlay: # {{{
|
|||||||
copy_actions.appendChild(ac(_('View image'), _('View the current image'), def():
|
copy_actions.appendChild(ac(_('View image'), _('View the current image'), def():
|
||||||
self.overlay.hide(), ui_operations.view_image(self.elements.img)
|
self.overlay.hide(), ui_operations.view_image(self.elements.img)
|
||||||
, 'image'))
|
, 'image'))
|
||||||
copy_actions.appendChild(ac(_('Copy image'), _('View the current image'), def():
|
copy_actions.appendChild(ac(_('Copy image'), _('Copy the current image'), def():
|
||||||
self.overlay.hide(), ui_operations.copy_image(self.elements.img)
|
self.overlay.hide(), ui_operations.copy_image(self.elements.img)
|
||||||
, 'copy'))
|
, 'copy'))
|
||||||
if copy_actions.childNodes.length:
|
if copy_actions.childNodes.length:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user