瀏覽代碼

auto commit

dev8
jfinn 3 年之前
父節點
當前提交
a5d5976074
共有 1 個文件被更改,包括 4 次插入1 次删除
  1. 4
    1
      react/features/large-video/components/LargeVideo.native.js

+ 4
- 1
react/features/large-video/components/LargeVideo.native.js 查看文件

134
                 testHintId = 'org.jitsi.meet.LargeVideo'
134
                 testHintId = 'org.jitsi.meet.LargeVideo'
135
                 useConnectivityInfoLabel = { useConnectivityInfoLabel }
135
                 useConnectivityInfoLabel = { useConnectivityInfoLabel }
136
                 zOrder = { 0 }
136
                 zOrder = { 0 }
137
-                zoomEnabled = { true } />
137
+                zoomEnabled = { false }
138
+
139
+                 />
140
+                // zoomEnabled = { true }
138
         );
141
         );
139
     }
142
     }
140
 }
143
 }

Loading…
取消
儲存