ソースを参照

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.
master
Leonard Kim 8年前
コミット
1c3cef1eed
1個のファイルの変更1行の追加2行の削除
  1. 1
    2
      modules/UI/UI.js

+ 1
- 2
modules/UI/UI.js ファイルの表示

@@ -882,8 +882,7 @@ UI.notifyInitiallyMuted = function() {
882 882
         'notify.mutedTitle',
883 883
         'connected',
884 884
         'notify.muted',
885
-        null,
886
-        120000);
885
+        null);
887 886
 };
888 887
 
889 888
 /**

読み込み中…
キャンセル
保存