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')
|
addSauces Config['sauces'].match(/# Known filename formats:(?:\n.+)*|$/)[0].split('\n')
|
||||||
if compareString < '00001.00013.00007.00002'
|
if compareString < '00001.00013.00007.00002'
|
||||||
setD 'Require OP Quote Link', true
|
setD 'Require OP Quote Link', true
|
||||||
|
if compareString < '00001.00013.00008.00000'
|
||||||
|
setD 'Download Link', true
|
||||||
changes
|
changes
|
||||||
|
|
||||||
loadSettings: (data, cb) ->
|
loadSettings: (data, cb) ->
|
||||||
|
|||||||
@ -333,7 +333,7 @@ Config =
|
|||||||
1
|
1
|
||||||
]
|
]
|
||||||
'Download Link': [
|
'Download Link': [
|
||||||
true
|
false
|
||||||
'Add a download with original filename link to the menu.'
|
'Add a download with original filename link to the menu.'
|
||||||
1
|
1
|
||||||
]
|
]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user