about summary refs log tree commit diff stats
path: root/doc/config.md
diff options
context:
space:
mode:
authorbptato <nincsnevem662@gmail.com>2025-05-09 19:11:20 +0200
committerbptato <nincsnevem662@gmail.com>2025-05-09 19:26:46 +0200
commit2d50eaa6f764c7181bb409cf74e8c8514a94f9da (patch)
tree084538b606934b2f57ae82d6ce942c8cf716cb65 /doc/config.md
parent9422ea9bb0bc644560fad510f54c092d8157caa5 (diff)
downloadchawan-2d50eaa6f764c7181bb409cf74e8c8514a94f9da.tar.gz
config: add external.show-download-panel
Diffstat (limited to 'doc/config.md')
-rw-r--r--doc/config.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/config.md b/doc/config.md
index a165e47b..0e50b080 100644
--- a/doc/config.md
+++ b/doc/config.md
@@ -411,6 +411,14 @@ details, see <!-- MANOFF -->[localcgi.md](localcgi.md).<!-- MANON -->
 </tr>
 
 <tr>
+<td>show-download-panel</td>
+<td>boolean</td>
+<td>true</td>
+<td>Whether the `about:downloads` should be shown after starting a
+download.</td>
+</tr>
+
+<tr>
 <td>copy-cmd</td>
 <td>shell command</td>
 <td>"xsel -bi"</td>