mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-07 18:24:30 -04:00
Modify the icon for the copy to library action
This commit is contained in:
parent
8a62bc3860
commit
f8ff8e4be2
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 @@ libraries_with_checked_columns = defaultdict(set)
|
||||
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…
x
Reference in New Issue
Block a user