mv beep option from main to updater config
This commit is contained in:
parent
1ad81cecd3
commit
d95d54ccf6
@ -129,8 +129,7 @@
|
||||
'Thread Stats': [true, 'Display reply and image count'],
|
||||
'Thread Watcher': [true, 'Bookmark threads'],
|
||||
'Auto Watch': [true, 'Automatically watch threads that you start'],
|
||||
'Auto Watch Reply': [false, 'Automatically watch threads that you reply to'],
|
||||
'Beep': [false, 'Beep on new post to completely read thread']
|
||||
'Auto Watch Reply': [false, 'Automatically watch threads that you reply to']
|
||||
},
|
||||
Posting: {
|
||||
'Quick Reply': [true, 'Reply without leaving the page'],
|
||||
@ -201,6 +200,7 @@
|
||||
},
|
||||
updater: {
|
||||
checkbox: {
|
||||
'Beep': [false, 'Beep on new post to completely read thread'],
|
||||
'Scrolling': [false, 'Scroll updated posts into view. Only enabled at bottom of page.'],
|
||||
'Scroll BG': [false, 'Scroll background tabs'],
|
||||
'Verbose': [true, 'Show countdown timer, new post count'],
|
||||
|
||||
@ -41,7 +41,6 @@ Config =
|
||||
'Thread Watcher': [true, 'Bookmark threads']
|
||||
'Auto Watch': [true, 'Automatically watch threads that you start']
|
||||
'Auto Watch Reply': [false, 'Automatically watch threads that you reply to']
|
||||
'Beep': [false, 'Beep on new post to completely read thread']
|
||||
Posting:
|
||||
'Quick Reply': [true, 'Reply without leaving the page']
|
||||
'Cooldown': [true, 'Prevent "flood detected" errors']
|
||||
@ -160,6 +159,7 @@ Config =
|
||||
hide: ['x', 'Hide thread']
|
||||
updater:
|
||||
checkbox:
|
||||
'Beep': [false, 'Beep on new post to completely read thread']
|
||||
'Scrolling': [false, 'Scroll updated posts into view. Only enabled at bottom of page.']
|
||||
'Scroll BG': [false, 'Scroll background tabs']
|
||||
'Verbose': [true, 'Show countdown timer, new post count']
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user