summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2013-05-28 21:10:44 +0100
committerChris Young <chris@unsatisfactorysoftware.co.uk>2013-05-28 21:10:44 +0100
commit8e8b4fbe574c72b467054d0c64b8ca28d98bbadd (patch)
tree9f1344878a5e79b27d11f6e119ec14b0f4ed4aa2
parent1bbafde641f05068c50b0c4ccd3ee0ec4a5c69d9 (diff)
downloadnetsurf-8e8b4fbe574c72b467054d0c64b8ca28d98bbadd.tar.gz
netsurf-8e8b4fbe574c72b467054d0c64b8ca28d98bbadd.tar.bz2
default download notification to true
-rw-r--r--amiga/options.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/amiga/options.h b/amiga/options.h
index afd4fbbf9..a9278e759 100644
--- a/amiga/options.h
+++ b/amiga/options.h
@@ -48,7 +48,7 @@ NSOPTION_STRING(arexx_dir, "Rexx")
NSOPTION_STRING(arexx_startup, "Startup.nsrx")
NSOPTION_STRING(arexx_shutdown, "Shutdown.nsrx")
NSOPTION_STRING(download_dir, NULL)
-NSOPTION_BOOL(download_notify, false)
+NSOPTION_BOOL(download_notify, true)
NSOPTION_BOOL(faster_scroll, true)
NSOPTION_BOOL(scale_quality, false)
NSOPTION_INTEGER(dither_quality, 1)