Remove none_ok from startpage config type

This commit is contained in:
Marshall Lochbaum 2016-08-01 09:30:26 -04:00
parent b22634e2eb
commit aa40ff6dd4

View File

@ -135,8 +135,7 @@ def data(readonly=False):
"Whether to find text on a page case-insensitively."),
('startpage',
SettingValue(typ.List(typ.String(), none_ok=True),
'https://duckduckgo.com'),
SettingValue(typ.List(typ.String()), 'https://duckduckgo.com'),
"The default page(s) to open at the start, separated by commas."),
('default-page',