diff --git a/app/src/components/Settings/Settings.js b/app/src/components/Settings/Settings.js index c5fa353..ad1d245 100644 --- a/app/src/components/Settings/Settings.js +++ b/app/src/components/Settings/Settings.js @@ -58,6 +58,7 @@ const Settings = ({ room, me, settings, + browser, onToggleAdvancedMode, onTogglePermanentTopBar, handleCloseSettings, @@ -233,51 +234,53 @@ const Settings = ({ -
- - - - { audioOutputDevices.length > 0 ? - intl.formatMessage({ - id : 'settings.selectAudioOutput', - defaultMessage : 'Select audio output device' - }) - : - intl.formatMessage({ - id : 'settings.cantSelectAudioOutput', - defaultMessage : 'Unable to select audio output device' - }) - } - - -
+ { browser.name === 'chrome' && +
+ + + + { audioOutputDevices.length > 0 ? + intl.formatMessage({ + id : 'settings.selectAudioOutput', + defaultMessage : 'Select audio output device' + }) + : + intl.formatMessage({ + id : 'settings.cantSelectAudioOutput', + defaultMessage : 'Unable to select audio output device' + }) + } + + +
+ }