mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Added customization_help() to Source, as calibre-customize was failing on builtin Metadata source plugins.
This commit is contained in:
parent
0706e70591
commit
f219f0144d
@ -212,6 +212,9 @@ class Source(Plugin):
|
|||||||
def is_customizable(self):
|
def is_customizable(self):
|
||||||
return True
|
return True
|
||||||
|
|
||||||
|
def customization_help(self):
|
||||||
|
return 'This plugin can only be customized using the GUI'
|
||||||
|
|
||||||
def config_widget(self):
|
def config_widget(self):
|
||||||
from calibre.gui2.metadata.config import ConfigWidget
|
from calibre.gui2.metadata.config import ConfigWidget
|
||||||
return ConfigWidget(self)
|
return ConfigWidget(self)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user