Turn Download Link off by default in new installs. #1222

This commit is contained in:
ccd0 2017-02-07 10:07:14 -08:00
parent b96c39a6c6
commit 2b4f59beab
2 changed files with 3 additions and 1 deletions

View File

@ -416,6 +416,8 @@ Settings =
addSauces Config['sauces'].match(/# Known filename formats:(?:\n.+)*|$/)[0].split('\n')
if compareString < '00001.00013.00007.00002'
setD 'Require OP Quote Link', true
if compareString < '00001.00013.00008.00000'
setD 'Download Link', true
changes
loadSettings: (data, cb) ->

View File

@ -333,7 +333,7 @@ Config =
1
]
'Download Link': [
true
false
'Add a download with original filename link to the menu.'
1
]