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:
Leonard Kim
2018-01-28 18:48:56 -06:00
committed by yanas
parent 2720c76e4d
commit 1c3cef1eed
+1 -2
View File
@@ -882,8 +882,7 @@ UI.notifyInitiallyMuted = function() {
'notify.mutedTitle',
'connected',
'notify.muted',
null,
120000);
null);
};
/**