fix, update v2 settings import
This commit is contained in:
parent
dfd521f6fc
commit
5021bd4d27
@ -170,28 +170,31 @@ Settings =
|
|||||||
data.Conf[newKey] = data.Conf[prevKey] if newKey
|
data.Conf[newKey] = data.Conf[prevKey] if newKey
|
||||||
delete data.Conf[prevKey]
|
delete data.Conf[prevKey]
|
||||||
data
|
data
|
||||||
data = Settings.convertSettings data,
|
data = convertSettings data,
|
||||||
# General confs
|
# General confs
|
||||||
'Disable 4chan\'s extension': ''
|
'Disable 4chan\'s extension': ''
|
||||||
'Catalog Links': ''
|
'Remove Slug': ''
|
||||||
'Reply Navigation': ''
|
'Check for Updates': ''
|
||||||
|
'Recursive Filtering': 'Recursive Hiding'
|
||||||
|
'Reply Hiding': 'Reply Hiding Buttons'
|
||||||
|
'Thread Hiding': 'Thread Hiding Buttons'
|
||||||
'Show Stubs': 'Stubs'
|
'Show Stubs': 'Stubs'
|
||||||
'Image Auto-Gif': 'Auto-GIF'
|
'Image Auto-Gif': 'Replace GIF'
|
||||||
'Expand From Current': ''
|
'Reveal Spoilers': 'Reveal Spoiler Thumbnails'
|
||||||
'Unread Tab Icon': 'Unread Favicon'
|
'Expand From Current': 'Expand from here'
|
||||||
'Post in Title': 'Thread Excerpt'
|
'Post in Title': 'Thread Excerpt'
|
||||||
'Auto Hide QR': ''
|
'Open Reply in New Tab': 'Open Post in New Tab'
|
||||||
'Open Reply in New Tab': ''
|
'Remember QR size': 'Remember QR Size'
|
||||||
'Remember QR size': ''
|
'Remember Subject': ''
|
||||||
'Quote Inline': 'Quote Inlining'
|
'Quote Inline': 'Quote Inlining'
|
||||||
'Quote Preview': 'Quote Previewing'
|
'Quote Preview': 'Quote Previewing'
|
||||||
'Indicate OP quote': 'Mark OP Quotes'
|
'Indicate OP quote': 'Mark OP Quotes'
|
||||||
|
'Indicate You quote': 'Mark Quotes of You'
|
||||||
'Indicate Cross-thread Quotes': 'Mark Cross-thread Quotes'
|
'Indicate Cross-thread Quotes': 'Mark Cross-thread Quotes'
|
||||||
'Reply Hiding': 'Reply Hiding Buttons'
|
|
||||||
'Thread Hiding': 'Thread Hiding Buttons'
|
|
||||||
# filter
|
# filter
|
||||||
'uniqueid': 'uniqueID'
|
'uniqueid': 'uniqueID'
|
||||||
'mod': 'capcode'
|
'mod': 'capcode'
|
||||||
|
'email': ''
|
||||||
'country': 'flag'
|
'country': 'flag'
|
||||||
'md5': 'MD5'
|
'md5': 'MD5'
|
||||||
# keybinds
|
# keybinds
|
||||||
@ -200,6 +203,7 @@ Settings =
|
|||||||
'openOptions': 'Open settings'
|
'openOptions': 'Open settings'
|
||||||
'close': 'Close'
|
'close': 'Close'
|
||||||
'spoiler': 'Spoiler tags'
|
'spoiler': 'Spoiler tags'
|
||||||
|
'sageru': 'Toggle sage'
|
||||||
'code': 'Code tags'
|
'code': 'Code tags'
|
||||||
'submit': 'Submit QR'
|
'submit': 'Submit QR'
|
||||||
'watch': 'Watch'
|
'watch': 'Watch'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user