default download notification to true
This commit is contained in:
parent
1bbafde641
commit
8e8b4fbe57
|
@ -48,7 +48,7 @@ NSOPTION_STRING(arexx_dir, "Rexx")
|
||||||
NSOPTION_STRING(arexx_startup, "Startup.nsrx")
|
NSOPTION_STRING(arexx_startup, "Startup.nsrx")
|
||||||
NSOPTION_STRING(arexx_shutdown, "Shutdown.nsrx")
|
NSOPTION_STRING(arexx_shutdown, "Shutdown.nsrx")
|
||||||
NSOPTION_STRING(download_dir, NULL)
|
NSOPTION_STRING(download_dir, NULL)
|
||||||
NSOPTION_BOOL(download_notify, false)
|
NSOPTION_BOOL(download_notify, true)
|
||||||
NSOPTION_BOOL(faster_scroll, true)
|
NSOPTION_BOOL(faster_scroll, true)
|
||||||
NSOPTION_BOOL(scale_quality, false)
|
NSOPTION_BOOL(scale_quality, false)
|
||||||
NSOPTION_INTEGER(dither_quality, 1)
|
NSOPTION_INTEGER(dither_quality, 1)
|
||||||
|
|
Loading…
Reference in New Issue