summaryrefslogtreecommitdiff
path: root/src/config.h
diff options
context:
space:
mode:
authorportix <portix@gmx.net>2012-01-15 12:48:47 +0100
committerportix <portix@gmx.net>2012-01-15 12:48:47 +0100
commit6bfba814f8966b62d439e78feec4df0ff9e25ecd (patch)
tree47e73cfff159b0c24bb20ce95e984417c2ae1b3b /src/config.h
parentcce281d2b03ee03701d697ac28f005884c226b71 (diff)
downloaddwb-6bfba814f8966b62d439e78feec4df0ff9e25ecd.zip
New option download-no-confirm
Diffstat (limited to 'src/config.h')
-rw-r--r--src/config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/config.h b/src/config.h
index 807397eb..f4d4d122 100644
--- a/src/config.h
+++ b/src/config.h
@@ -925,6 +925,8 @@ static WebSettings DWB_SETTINGS[] = {
/* downloads */
{ { "download-external-command", "External program used for downloads", },
SETTING_GLOBAL, CHAR, { .p = "xterm -e wget 'dwb_uri' -O 'dwb_output' --load-cookies 'dwb_cookies'" }, NULL, },
+ { { "download-no-confirm", "Wheter to confirm download directory", },
+ SETTING_GLOBAL, BOOLEAN, { .b = false }, NULL, },
{ { "download-directory", "Default download directory", },
SETTING_GLOBAL, CHAR, { .p = NULL }, NULL, },
{ { "download-use-external-program", "Whether to use an external download program", },