Turn 'Show New Thread Option in Threads' on in new installs. #904
This commit is contained in:
parent
66bc4927a4
commit
b99f75d923
@ -380,6 +380,7 @@ Settings =
|
|||||||
addSauces ['https://whatanime.ga/?auto&url=%IMG;text:wait']
|
addSauces ['https://whatanime.ga/?auto&url=%IMG;text:wait']
|
||||||
if compareString < '00001.00012.00000.00000'
|
if compareString < '00001.00012.00000.00000'
|
||||||
set 'Exempt Archives from Encryption', false unless data['Exempt Archives from Encryption']?
|
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 '#qr .persona .field {display: block !important;}' if data['Show Name and Subject']
|
||||||
addCSS '#shortcut-qr {display: none;}' if data['QR Shortcut'] is false
|
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
|
addCSS '.qr-link-container-bottom {display: none;}' if data['Bottom QR Link'] is false
|
||||||
|
|||||||
@ -425,7 +425,7 @@ Config =
|
|||||||
1
|
1
|
||||||
]
|
]
|
||||||
'Show New Thread Option in Threads': [
|
'Show New Thread Option in Threads': [
|
||||||
false
|
true
|
||||||
'Show the option to post a new / different thread from inside a thread.'
|
'Show the option to post a new / different thread from inside a thread.'
|
||||||
1
|
1
|
||||||
]
|
]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user