Change "Relative Date Title" to not be default. #855
This commit is contained in:
parent
5865fab83c
commit
edaa4d2bdd
@ -150,7 +150,7 @@
|
|||||||
'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.'],
|
||||||
'Relative Date Title': [true, 'Show Relative Post Date only when hovering over dates.', 1],
|
'Relative Date Title': [false, 'Show Relative Post Date only when hovering over dates.', 1],
|
||||||
'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.'],
|
||||||
|
|||||||
@ -123,7 +123,7 @@
|
|||||||
'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.'],
|
||||||
'Relative Date Title': [true, 'Show Relative Post Date only when hovering over dates.', 1],
|
'Relative Date Title': [false, 'Show Relative Post Date only when hovering over dates.', 1],
|
||||||
'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.'],
|
||||||
|
|||||||
@ -42,7 +42,7 @@ Config =
|
|||||||
'Display dates like "3 minutes ago". Tooltip shows the timestamp.'
|
'Display dates like "3 minutes ago". Tooltip shows the timestamp.'
|
||||||
]
|
]
|
||||||
'Relative Date Title': [
|
'Relative Date Title': [
|
||||||
true
|
false
|
||||||
'Show Relative Post Date only when hovering over dates.'
|
'Show Relative Post Date only when hovering over dates.'
|
||||||
1
|
1
|
||||||
]
|
]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user