Beep Quoting You should always double beep if Beep is on to distinguish it.
This commit is contained in:
parent
3bd7e3609b
commit
27ce9fa417
@ -328,8 +328,11 @@ ThreadUpdater =
|
|||||||
Main.callbackNodes Post, posts
|
Main.callbackNodes Post, posts
|
||||||
|
|
||||||
if d.hidden
|
if d.hidden
|
||||||
ThreadUpdater.playBeep() if Conf['Beep'] and Unread.posts?.size > 0 and unreadCount is 0
|
if Conf['Beep Quoting You'] and Unread.postsQuotingYou?.size > unreadQYCount
|
||||||
ThreadUpdater.playBeep() if Conf['Beep Quoting You'] and Unread.postsQuotingYou?.size > unreadQYCount
|
ThreadUpdater.playBeep()
|
||||||
|
ThreadUpdater.playBeep() if Conf['Beep']
|
||||||
|
else if Conf['Beep'] and Unread.posts?.size > 0 and unreadCount is 0
|
||||||
|
ThreadUpdater.playBeep()
|
||||||
|
|
||||||
scroll = Conf['Auto Scroll'] and ThreadUpdater.scrollBG() and
|
scroll = Conf['Auto Scroll'] and ThreadUpdater.scrollBG() and
|
||||||
ThreadUpdater.root.getBoundingClientRect().bottom - doc.clientHeight < 25
|
ThreadUpdater.root.getBoundingClientRect().bottom - doc.clientHeight < 25
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user