浏览代码

misc: don't show a warning on Safari with VP8

master
Saúl Ibarra Corretgé 6 年前
父节点
当前提交
9625be1db3
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1
    0
      react/features/conference/functions.js

+ 1
- 0
react/features/conference/functions.js 查看文件

@@ -21,6 +21,7 @@ export function maybeShowSuboptimalExperienceNotification(dispatch, t) {
21 21
             && !browser.isFirefox()
22 22
             && !browser.isNWJS()
23 23
             && !browser.isElectron()
24
+            && !(browser.isSafariWithVP8() && browser.usesPlanB())
24 25
 
25 26
             // Adding react native to the list of recommended browsers is not
26 27
             // necessary for now because the function won't be executed at all

正在加载...
取消
保存