Clarify Hide Unread Count option
This commit is contained in:
parent
aa7701f9ca
commit
d166e9a273
@ -165,7 +165,7 @@
|
||||
'Monitoring': {
|
||||
'Thread Updater': [true, 'Fetch and insert new replies. Has more options in its own dialog.'],
|
||||
'Unread Count': [true, 'Show the unread posts count in the tab title.'],
|
||||
'Hide Unread Count at (0)': [false, 'Hide the unread posts count when it reaches 0.'],
|
||||
'Hide Unread Count at (0)': [false, 'Hide the unread posts count in the tab title when it reaches 0.'],
|
||||
'Unread Favicon': [true, 'Show a different favicon when there are unread posts.'],
|
||||
'Unread Line': [true, 'Show a line to distinguish read posts from unread ones.'],
|
||||
'Scroll to Last Read Post': [true, 'Scroll back to the last read post when reopening a thread.'],
|
||||
|
||||
@ -165,7 +165,7 @@
|
||||
'Monitoring': {
|
||||
'Thread Updater': [true, 'Fetch and insert new replies. Has more options in its own dialog.'],
|
||||
'Unread Count': [true, 'Show the unread posts count in the tab title.'],
|
||||
'Hide Unread Count at (0)': [false, 'Hide the unread posts count when it reaches 0.'],
|
||||
'Hide Unread Count at (0)': [false, 'Hide the unread posts count in the tab title when it reaches 0.'],
|
||||
'Unread Favicon': [true, 'Show a different favicon when there are unread posts.'],
|
||||
'Unread Line': [true, 'Show a line to distinguish read posts from unread ones.'],
|
||||
'Scroll to Last Read Post': [true, 'Scroll back to the last read post when reopening a thread.'],
|
||||
|
||||
@ -63,7 +63,7 @@
|
||||
'Monitoring': {
|
||||
'Thread Updater': [true, 'Fetch and insert new replies. Has more options in its own dialog.'],
|
||||
'Unread Count': [true, 'Show the unread posts count in the tab title.'],
|
||||
'Hide Unread Count at (0)': [false, 'Hide the unread posts count when it reaches 0.'],
|
||||
'Hide Unread Count at (0)': [false, 'Hide the unread posts count in the tab title when it reaches 0.'],
|
||||
'Unread Favicon': [true, 'Show a different favicon when there are unread posts.'],
|
||||
'Unread Line': [true, 'Show a line to distinguish read posts from unread ones.'],
|
||||
'Scroll to Last Read Post': [true, 'Scroll back to the last read post when reopening a thread.'],
|
||||
|
||||
@ -195,7 +195,7 @@ Config =
|
||||
]
|
||||
'Hide Unread Count at (0)': [
|
||||
false
|
||||
'Hide the unread posts count when it reaches 0.'
|
||||
'Hide the unread posts count in the tab title when it reaches 0.'
|
||||
]
|
||||
'Unread Favicon': [
|
||||
true
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user