Turn 'Show New Thread Option in Threads' on in new installs. #904

This commit is contained in:
ccd0 2016-06-17 23:54:15 -07:00
parent 66bc4927a4
commit b99f75d923
2 changed files with 2 additions and 1 deletions

View File

@ -380,6 +380,7 @@ Settings =
addSauces ['https://whatanime.ga/?auto&url=%IMG;text:wait']
if compareString < '00001.00012.00000.00000'
set 'Exempt Archives from Encryption', false unless data['Exempt Archives from Encryption']?
set 'Show New Thread Option in Threads', false unless data['Show New Thread Option in Threads']?
addCSS '#qr .persona .field {display: block !important;}' if data['Show Name and Subject']
addCSS '#shortcut-qr {display: none;}' if data['QR Shortcut'] is false
addCSS '.qr-link-container-bottom {display: none;}' if data['Bottom QR Link'] is false

View File

@ -425,7 +425,7 @@ Config =
1
]
'Show New Thread Option in Threads': [
false
true
'Show the option to post a new / different thread from inside a thread.'
1
]