fix(notifications): reduce duration of initially muted notification
The current notification for starting muted is 2 minutes, which may seem like "forever" so reduce it to dismiss faster.
This commit is contained in:
+1
-2
@@ -882,8 +882,7 @@ UI.notifyInitiallyMuted = function() {
|
||||
'notify.mutedTitle',
|
||||
'connected',
|
||||
'notify.muted',
|
||||
null,
|
||||
120000);
|
||||
null);
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user