From 8e8b4fbe574c72b467054d0c64b8ca28d98bbadd Mon Sep 17 00:00:00 2001 From: Chris Young Date: Tue, 28 May 2013 21:10:44 +0100 Subject: default download notification to true --- amiga/options.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3