Don't overwrite existing "Thread Quotes" preference on downgrade+upgrade.

Fixes bug in ea2b28f9b17036295abf323b801fc933e6975b85.
This commit is contained in:
ccd0 2016-04-03 03:02:02 -07:00
parent 8cb688b81f
commit d9aa7657a7

View File

@ -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