default download notification to true

This commit is contained in:
Chris Young 2013-05-28 21:10:44 +01:00
parent 1bbafde641
commit 8e8b4fbe57
1 changed files with 1 additions and 1 deletions

View File

@ -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)