Fix up custom_url_handler to not show as invalid
This commit is contained in:
parent
da3a14a55e
commit
68847a9bb9
|
@ -474,6 +474,9 @@ class ConfigBase(Borg):
|
|||
|
||||
keytype = '%s(default=%s)' % (keytype, value)
|
||||
|
||||
if key == 'custom_url_handler':
|
||||
keytype = 'string(default="")'
|
||||
|
||||
section[key] = keytype
|
||||
configspecdata['global_config'] = section
|
||||
|
||||
|
|
Loading…
Reference in New Issue