if app is not focused and chat message comes in, activate alternatingTitle. closes #620

v1.18.x
psychobunny 11 years ago
parent 932b960aa9
commit a475e38078

@ -224,6 +224,9 @@
chat.load(modal.attr('UUID'));
} else {
chat.toggleNew(modal.attr('UUID'), true);
}
if (!modal.is(":visible") || !app.isFocused) {
app.alternatingTitle(data.username + ' has messaged you');
}
} else {

Loading…
Cancel
Save