Turn Download Link off by default in new installs. #1222
This commit is contained in:
parent
b96c39a6c6
commit
2b4f59beab
@ -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) ->
|
||||
|
||||
@ -333,7 +333,7 @@ Config =
|
||||
1
|
||||
]
|
||||
'Download Link': [
|
||||
true
|
||||
false
|
||||
'Add a download with original filename link to the menu.'
|
||||
1
|
||||
]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user