An unfocused window should beep like an inactive tab.

This commit is contained in:
ccd0 2016-02-27 11:16:45 -08:00
parent 27ce9fa417
commit 3151b75400

View File

@ -327,7 +327,7 @@ ThreadUpdater =
Main.callbackNodes Post, posts
if d.hidden
if d.hidden or not d.hasFocus()
if Conf['Beep Quoting You'] and Unread.postsQuotingYou?.size > unreadQYCount
ThreadUpdater.playBeep()
ThreadUpdater.playBeep() if Conf['Beep']