Turn 'Inline Cross-thread Quotes Only' off by default.
This commit is contained in:
parent
e950e40d69
commit
fa2a55a3a1
@ -518,7 +518,7 @@ Config =
|
||||
'Inline quoted post on click.'
|
||||
]
|
||||
'Inline Cross-thread Quotes Only': [
|
||||
true
|
||||
false
|
||||
'Only inline quote links when the posts are on another thread or board, or fetched from the archive.'
|
||||
1
|
||||
]
|
||||
|
||||
@ -353,6 +353,7 @@ Settings =
|
||||
if compareString < '00001.00011.00026.00000'
|
||||
if data['Oekaki Links']? and not data['Edit Link']?
|
||||
set 'Edit Link', data['Oekaki Links']
|
||||
set 'Inline Cross-thread Quotes Only', true unless data['Inline Cross-thread Quotes Only']?
|
||||
changes
|
||||
|
||||
loadSettings: (data, cb) ->
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user