mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-07 18:24:30 -04:00
Use correct icon for metadata download preferences
This commit is contained in:
parent
ccc52ba308
commit
b91f42ac8d
@ -1173,7 +1173,7 @@ class Server(PreferencesPlugin):
|
|||||||
|
|
||||||
class MetadataSources(PreferencesPlugin):
|
class MetadataSources(PreferencesPlugin):
|
||||||
name = 'Metadata download'
|
name = 'Metadata download'
|
||||||
icon = I('metadata.png')
|
icon = I('download-metadata.png')
|
||||||
gui_name = _('Metadata download')
|
gui_name = _('Metadata download')
|
||||||
category = 'Sharing'
|
category = 'Sharing'
|
||||||
gui_category = _('Sharing')
|
gui_category = _('Sharing')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user