浏览代码

Fix(RemoteVideo): Fixes remote video menu icon

j8
yanas 8 年前
父节点
当前提交
a5387b054a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      modules/UI/videolayout/RemoteVideo.js

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

@@ -311,7 +311,7 @@ if (!interfaceConfig.filmStripOnly) {
311 311
         this.container.appendChild(spanElement);
312 312
 
313 313
         var menuElement = document.createElement('i');
314
-        menuElement.className = 'icon-menu';
314
+        menuElement.className = 'icon-menu-up';
315 315
         menuElement.title = 'Remote user controls';
316 316
         spanElement.appendChild(menuElement);
317 317
 

正在加载...
取消
保存