mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
Fix comment
This commit is contained in:
parent
1aaaca4e6c
commit
ee8290f71c
1 changed files with 4 additions and 4 deletions
|
@ -218,11 +218,11 @@ HifiNotifications.prototype = {
|
|||
if (osType === 'Darwin') {
|
||||
this.pendingNotifications[0].show(function () {
|
||||
// For OSX
|
||||
// don't attempt to show the next notification
|
||||
// Don't attempt to show the next notification
|
||||
// until the current is clicked or times out
|
||||
// as the OSX Notifier stuff will dismiss
|
||||
// the previous notification immediately
|
||||
// when a new one is submitted
|
||||
// as the OSX Notifier stuff will dismiss the
|
||||
// previous notification immediately when a
|
||||
// new one is submitted
|
||||
_this.pendingNotifications.shift();
|
||||
if(_this.pendingNotifications.length > 0) {
|
||||
_this._showNotification();
|
||||
|
|
Loading…
Reference in a new issue