Procházet zdrojové kódy

Disable dialpad button for now.

Disable the button, till we need it, UI is fixed and it is tested that everything works from jitsi-meet, through lib-jitsi-meet and through jigasi.
j8
damencho před 8 roky
rodič
revize
965c811025
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1
    1
      interface_config.js

+ 1
- 1
interface_config.js Zobrazit soubor

@@ -38,7 +38,7 @@ var interfaceConfig = { // eslint-disable-line no-unused-vars
38 38
         //main toolbar
39 39
         'microphone', 'camera', 'desktop', 'invite', 'fullscreen', 'hangup',
40 40
         //extended toolbar
41
-        'profile', 'contacts', 'chat', 'recording', 'etherpad', 'sharedvideo', 'sip', 'dialpad', 'settings', 'raisehand', 'filmstrip'], // jshint ignore:line
41
+        'profile', 'contacts', 'chat', 'recording', 'etherpad', 'sharedvideo', 'sip', 'settings', 'raisehand', 'filmstrip'], // jshint ignore:line
42 42
     /**
43 43
      * Main Toolbar Buttons
44 44
      * All of them should be in TOOLBAR_BUTTONS

Načítá se…
Zrušit
Uložit