mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-28 10:36:04 +01:00
Modify the icon for the copy to library action
This commit is contained in:
parent
8a62bc3860
commit
f8ff8e4be2
2 changed files with 1 additions and 1 deletions
BIN
resources/images/copy-to-library.png
Normal file
BIN
resources/images/copy-to-library.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 83 KiB |
|
|
@ -316,7 +316,7 @@ def ids(self):
|
|||
class CopyToLibraryAction(InterfaceAction):
|
||||
|
||||
name = 'Copy To Library'
|
||||
action_spec = (_('Copy to library'), 'lt.png',
|
||||
action_spec = (_('Copy to library'), 'copy-to-library.png',
|
||||
_('Copy selected books to the specified library'), None)
|
||||
popup_type = QToolButton.InstantPopup
|
||||
dont_add_to = frozenset(['context-menu-device'])
|
||||
|
|
|
|||
Loading…
Reference in a new issue