Browse Source

Fix(RemoteVideo): Fixes remote video menu icon

j8
yanas 8 years ago
parent
commit
a5387b054a
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      modules/UI/videolayout/RemoteVideo.js

+ 1
- 1
modules/UI/videolayout/RemoteVideo.js View File

@@ -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
 

Loading…
Cancel
Save