Revert startpage config type to String instead of Url

This commit is contained in:
Marshall Lochbaum 2016-07-27 14:21:25 -04:00
parent d51b1733e4
commit 2c37de3ac1

View File

@ -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."),