1
0
Fork 0

qutebrowser: start_pages must be valid

This commit is contained in:
Jeremy Kaplan 2019-08-28 18:46:23 -07:00
commit f747f734d7

View file

@ -1264,7 +1264,7 @@ c.url.searchengines = {
# The page(s) to open at the start. # The page(s) to open at the start.
# Type: List of FuzzyUrl, or FuzzyUrl # Type: List of FuzzyUrl, or FuzzyUrl
c.url.start_pages = [] c.url.start_pages = ["about:blank"]
# The URL parameters to strip with `:yank url`. # The URL parameters to strip with `:yank url`.
# Type: List of String # Type: List of String