diff --git a/src/General/Settings.coffee b/src/General/Settings.coffee index 5e3650d11..0bdee38d8 100644 --- a/src/General/Settings.coffee +++ b/src/General/Settings.coffee @@ -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) -> diff --git a/src/config/Config.coffee b/src/config/Config.coffee index 12d1f919d..ed7b09980 100644 --- a/src/config/Config.coffee +++ b/src/config/Config.coffee @@ -333,7 +333,7 @@ Config = 1 ] 'Download Link': [ - true + false 'Add a download with original filename link to the menu.' 1 ]