Merge branch 'SL-15999' of ssh://bitbucket.org/lindenlab/viewer into SL-15999
commit
ec16b30f3b
|
|
@ -5358,7 +5358,9 @@ void LLVivoxVoiceClient::setVoiceEnabled(bool enabled)
|
|||
|
||||
bool LLVivoxVoiceClient::voiceEnabled()
|
||||
{
|
||||
return gSavedSettings.getBOOL("EnableVoiceChat") && !gSavedSettings.getBOOL("CmdLineDisableVoice");
|
||||
return gSavedSettings.getBOOL("EnableVoiceChat") &&
|
||||
!gSavedSettings.getBOOL("CmdLineDisableVoice") &&
|
||||
!gNonInteractive;
|
||||
}
|
||||
|
||||
void LLVivoxVoiceClient::setLipSyncEnabled(BOOL enabled)
|
||||
|
|
|
|||
Loading…
Reference in New Issue