Duplicate Config option
This commit is contained in:
parent
523d6bd9c4
commit
94332e2f62
@ -140,7 +140,6 @@
|
|||||||
'Keybinds': [true, 'Bind actions to keyboard shortcuts.'],
|
'Keybinds': [true, 'Bind actions to keyboard shortcuts.'],
|
||||||
'Time Formatting': [true, 'Localize and format timestamps.'],
|
'Time Formatting': [true, 'Localize and format timestamps.'],
|
||||||
'Relative Post Dates': [true, 'Display dates like "3 minutes ago". Tooltip shows the timestamp.'],
|
'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.'],
|
'File Info Formatting': [true, 'Reformat the file information.'],
|
||||||
'Thread Expansion': [true, 'Add buttons to expand threads.'],
|
'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.'],
|
'Comment Expansion': [false, 'Expand Comments that are too long to display on the index. Does not work with JSON Navigation.'],
|
||||||
|
|||||||
@ -116,7 +116,6 @@
|
|||||||
'Keybinds': [true, 'Bind actions to keyboard shortcuts.'],
|
'Keybinds': [true, 'Bind actions to keyboard shortcuts.'],
|
||||||
'Time Formatting': [true, 'Localize and format timestamps.'],
|
'Time Formatting': [true, 'Localize and format timestamps.'],
|
||||||
'Relative Post Dates': [true, 'Display dates like "3 minutes ago". Tooltip shows the timestamp.'],
|
'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.'],
|
'File Info Formatting': [true, 'Reformat the file information.'],
|
||||||
'Thread Expansion': [true, 'Add buttons to expand threads.'],
|
'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.'],
|
'Comment Expansion': [false, 'Expand Comments that are too long to display on the index. Does not work with JSON Navigation.'],
|
||||||
|
|||||||
@ -37,10 +37,6 @@ Config =
|
|||||||
true
|
true
|
||||||
'Display dates like "3 minutes ago". Tooltip shows the timestamp.'
|
'Display dates like "3 minutes ago". Tooltip shows the timestamp.'
|
||||||
]
|
]
|
||||||
'Comment Expansion': [
|
|
||||||
true
|
|
||||||
'Add buttons to expand too long comments.'
|
|
||||||
]
|
|
||||||
'File Info Formatting': [
|
'File Info Formatting': [
|
||||||
true
|
true
|
||||||
'Reformat the file information.'
|
'Reformat the file information.'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user