summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2020-06-23 14:06:17 +0200
committerFlorian Bruhin <me@the-compiler.org>2020-06-23 14:06:17 +0200
commit08a889d318018a8b964de9c00b193c1c8c7efb75 (patch)
tree431c45ee721b3ebf946e446159a6153613bedad0
parent2d74558e803ce88aaa719490af92af973ab06352 (diff)
downloadqutebrowser-08a889d318018a8b964de9c00b193c1c8c7efb75.tar.gz
qutebrowser-08a889d318018a8b964de9c00b193c1c8c7efb75.zip
Regenerate docs
-rw-r--r--doc/help/settings.asciidoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/help/settings.asciidoc b/doc/help/settings.asciidoc
index 6fac9d311..778cb2bdf 100644
--- a/doc/help/settings.asciidoc
+++ b/doc/help/settings.asciidoc
@@ -3486,7 +3486,7 @@ Valid values:
* +always+: Always show the scrollbar.
* +never+: Never show the scrollbar.
* +when-searching+: Show the scrollbar when searching for text in the webpage. With the QtWebKit backend, this is equal to `never`.
- * +overlay+: Show an overlay scrollbar. With Qt < 5.11, this is equal to `when-searching`; with the QtWebKit backend, this is equal to `never`. Enabling/disabling overlay scrollbars requires a restart.
+ * +overlay+: Show an overlay scrollbar. With Qt < 5.11 or on macOS, this is unavailable and equal to `when-searching`; with the QtWebKit backend, this is equal to `never`. Enabling/disabling overlay scrollbars requires a restart.
Default: +pass:[overlay]+