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)