瀏覽代碼

fix(recordings) extend notification timeout (#14758)

factor2
Mihaela Dumitru 1 年之前
父節點
當前提交
861b32367e
No account linked to committer's email address
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      react/features/recording/actions.any.ts

+ 1
- 1
react/features/recording/actions.any.ts 查看文件

@@ -460,6 +460,6 @@ export function showStartRecordingNotificationWithCallback(openRecordingDialog:
460 460
                 dispatch(hideNotification(START_RECORDING_NOTIFICATION_ID));
461 461
             } ],
462 462
             appearance: NOTIFICATION_TYPE.NORMAL
463
-        }, NOTIFICATION_TIMEOUT_TYPE.MEDIUM));
463
+        }, NOTIFICATION_TIMEOUT_TYPE.LONG));
464 464
     };
465 465
 }

Loading…
取消
儲存