An unfocused window should beep like an inactive tab.
This commit is contained in:
parent
27ce9fa417
commit
3151b75400
@ -327,7 +327,7 @@ ThreadUpdater =
|
|||||||
|
|
||||||
Main.callbackNodes Post, posts
|
Main.callbackNodes Post, posts
|
||||||
|
|
||||||
if d.hidden
|
if d.hidden or not d.hasFocus()
|
||||||
if Conf['Beep Quoting You'] and Unread.postsQuotingYou?.size > unreadQYCount
|
if Conf['Beep Quoting You'] and Unread.postsQuotingYou?.size > unreadQYCount
|
||||||
ThreadUpdater.playBeep()
|
ThreadUpdater.playBeep()
|
||||||
ThreadUpdater.playBeep() if Conf['Beep']
|
ThreadUpdater.playBeep() if Conf['Beep']
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user