From d2f829ebd3412f875c2ef7fd9178927bafb0e64b Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Sun, 22 Mar 2015 23:52:08 +0100 Subject: [PATCH] Regenerate docs --- doc/help/settings.asciidoc | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/doc/help/settings.asciidoc b/doc/help/settings.asciidoc index a519c9292..4dce9bd18 100644 --- a/doc/help/settings.asciidoc +++ b/doc/help/settings.asciidoc @@ -31,6 +31,7 @@ |<>|The available zoom levels, separated by commas. |<>|The default zoom level. |<>|Time (in ms) to show messages in the statusbar for. +|<>|Whether to show messages in unfocused windows. |<>|Whether to confirm quitting the application. |<>|Whether to display javascript statusbar messages. |<>|Whether the zoom factor on a frame applies only to the text or to all content. @@ -435,6 +436,17 @@ Time (in ms) to show messages in the statusbar for. Default: +pass:[2000]+ +[[ui-message-unfocused]] +=== message-unfocused +Whether to show messages in unfocused windows. + +Valid values: + + * +true+ + * +false+ + +Default: +pass:[false]+ + [[ui-confirm-quit]] === confirm-quit Whether to confirm quitting the application.