Skip to content

Commit

Permalink
Update private-browsing option description
Browse files Browse the repository at this point in the history
  • Loading branch information
The-Compiler committed May 15, 2017
1 parent c4307c9 commit 3cdcc34
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions doc/help/settings.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
|<<general-auto-save-interval,auto-save-interval>>|How often (in milliseconds) to auto-save config/cookies/etc.
|<<general-editor,editor>>|The editor (and arguments) to use for the `open-editor` command.
|<<general-editor-encoding,editor-encoding>>|Encoding to use for editor.
|<<general-private-browsing,private-browsing>>|Do not record visited pages in the history or store web page icons.
|<<general-private-browsing,private-browsing>>|Open new windows in private browsing mode which does not record visited pages.
|<<general-developer-extras,developer-extras>>|Enable extra tools for Web developers.
|<<general-print-element-backgrounds,print-element-backgrounds>>|Whether the background color and images are also drawn when the page is printed.
|<<general-xss-auditing,xss-auditing>>|Whether load requests should be monitored for cross-site scripting attempts.
Expand Down Expand Up @@ -399,7 +399,7 @@ Default: +pass:[utf-8]+

[[general-private-browsing]]
=== private-browsing
Do not record visited pages in the history or store web page icons.
Open new windows in private browsing mode which does not record visited pages.

Valid values:

Expand Down
4 changes: 2 additions & 2 deletions qutebrowser/config/configdata.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,8 +186,8 @@ def data(readonly=False):

('private-browsing',
SettingValue(typ.Bool(), 'false'),
"Do not record visited pages in the history or store web page "
"icons."),
"Open new windows in private browsing mode which does not record "
"visited pages."),

('developer-extras',
SettingValue(typ.Bool(), 'false',
Expand Down

0 comments on commit 3cdcc34

Please sign in to comment.