Revert startpage config type to String instead of Url
This commit is contained in:
parent
d51b1733e4
commit
2c37de3ac1
@ -135,7 +135,7 @@ def data(readonly=False):
|
||||
"Whether to find text on a page case-insensitively."),
|
||||
|
||||
('startpage',
|
||||
SettingValue(typ.List(typ.Url(), none_ok=True),
|
||||
SettingValue(typ.List(typ.String(), none_ok=True),
|
||||
'https://duckduckgo.com'),
|
||||
"The default page(s) to open at the start, separated by commas."),
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user