summaryrefslogtreecommitdiff
path: root/frontends/amiga/options.h
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2017-03-20 20:35:40 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2017-03-20 20:35:40 +0000
commitee88653dc0a7ee3077cedefedf51ca196f4ad006 (patch)
tree2b6b54fc3efa1253d438e5f69a5798747e98e5c9 /frontends/amiga/options.h
parent3c94073590196710ccbe59e9e43f7e3e5241bde0 (diff)
downloadnetsurf-ee88653dc0a7ee3077cedefedf51ca196f4ad006.tar.gz
netsurf-ee88653dc0a7ee3077cedefedf51ca196f4ad006.tar.bz2
Enable displaying download progress within a notification.
Requires Enhancer Pack (Ringhio 53.65+) Defaults to 0 (off) as there is currently no check to see if this version is installed. This is currently potentially dangerous to toggle whilst a download is in progress, so cannot be changed through the GUI.
Diffstat (limited to 'frontends/amiga/options.h')
-rw-r--r--frontends/amiga/options.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/frontends/amiga/options.h b/frontends/amiga/options.h
index a2cc92e11..a23435ca6 100644
--- a/frontends/amiga/options.h
+++ b/frontends/amiga/options.h
@@ -49,6 +49,7 @@ NSOPTION_STRING(arexx_startup, "Startup.nsrx")
NSOPTION_STRING(arexx_shutdown, "Shutdown.nsrx")
NSOPTION_STRING(download_dir, NULL)
NSOPTION_BOOL(download_notify, true)
+NSOPTION_BOOL(download_notify_progress, false)
NSOPTION_BOOL(faster_scroll, true)
NSOPTION_BOOL(scale_quality, false)
NSOPTION_INTEGER(dither_quality, 0)