瀏覽代碼

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 7 年之前
父節點
當前提交
1c3cef1eed
共有 1 個檔案被更改,包括 1 行新增2 行删除
  1. 1
    2
      modules/UI/UI.js

+ 1
- 2
modules/UI/UI.js 查看文件

882
         'notify.mutedTitle',
882
         'notify.mutedTitle',
883
         'connected',
883
         'connected',
884
         'notify.muted',
884
         'notify.muted',
885
-        null,
886
-        120000);
885
+        null);
887
 };
886
 };
888
 
887
 
889
 /**
888
 /**

Loading…
取消
儲存