Change "Relative Date Title" to not be default. #855

This commit is contained in:
Zixaphir 2015-01-14 17:27:42 -07:00
parent 5865fab83c
commit edaa4d2bdd
3 changed files with 3 additions and 3 deletions

View File

@ -150,7 +150,7 @@
'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.'],
'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.'],
'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

@ -123,7 +123,7 @@
'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.'],
'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.'],
'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

@ -42,7 +42,7 @@ Config =
'Display dates like "3 minutes ago". Tooltip shows the timestamp.'
]
'Relative Date Title': [
true
false
'Show Relative Post Date only when hovering over dates.'
1
]