Don't overwrite existing "Thread Quotes" preference on downgrade+upgrade.
Fixes bug in ea2b28f9b17036295abf323b801fc933e6975b85.
This commit is contained in:
parent
8cb688b81f
commit
d9aa7657a7
@ -355,7 +355,7 @@ Settings =
|
||||
set 'Edit Link', data['Oekaki Links']
|
||||
set 'Inline Cross-thread Quotes Only', true unless data['Inline Cross-thread Quotes Only']?
|
||||
if compareString < '00001.00011.00030.00000'
|
||||
if data['Quote Threading']
|
||||
if data['Quote Threading'] and not data['Thread Quotes']?
|
||||
set 'Thread Quotes', true
|
||||
changes
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user