Duplicate Config option

This commit is contained in:
Zixaphir 2014-05-03 02:05:09 -07:00
parent 523d6bd9c4
commit 94332e2f62
3 changed files with 0 additions and 6 deletions

View File

@ -140,7 +140,6 @@
'Keybinds': [true, 'Bind actions to keyboard shortcuts.'],
'Time Formatting': [true, 'Localize and format timestamps.'],
'Relative Post Dates': [true, 'Display dates like "3 minutes ago". Tooltip shows the timestamp.'],
'Comment Expansion': [true, 'Add buttons to expand too long comments.'],
'File Info Formatting': [true, 'Reformat the file information.'],
'Thread Expansion': [true, 'Add buttons to expand threads.'],
'Comment Expansion': [false, 'Expand Comments that are too long to display on the index. Does not work with JSON Navigation.'],

View File

@ -116,7 +116,6 @@
'Keybinds': [true, 'Bind actions to keyboard shortcuts.'],
'Time Formatting': [true, 'Localize and format timestamps.'],
'Relative Post Dates': [true, 'Display dates like "3 minutes ago". Tooltip shows the timestamp.'],
'Comment Expansion': [true, 'Add buttons to expand too long comments.'],
'File Info Formatting': [true, 'Reformat the file information.'],
'Thread Expansion': [true, 'Add buttons to expand threads.'],
'Comment Expansion': [false, 'Expand Comments that are too long to display on the index. Does not work with JSON Navigation.'],

View File

@ -37,10 +37,6 @@ Config =
true
'Display dates like "3 minutes ago". Tooltip shows the timestamp.'
]
'Comment Expansion': [
true
'Add buttons to expand too long comments.'
]
'File Info Formatting': [
true
'Reformat the file information.'