From 0c650a3653d7ced102d607bacb45725109f5fe1f Mon Sep 17 00:00:00 2001 From: Oz Linden Date: Tue, 14 Mar 2017 10:11:37 -0400 Subject: provide defaults for voice control settings --- indra/newview/llvoicevivox.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/indra/newview/llvoicevivox.cpp b/indra/newview/llvoicevivox.cpp index 6062eea68d..0b93d34b49 100644 --- a/indra/newview/llvoicevivox.cpp +++ b/indra/newview/llvoicevivox.cpp @@ -4965,8 +4965,8 @@ void LLVivoxVoiceClient::setVoiceEnabled(bool enabled) bool LLVivoxVoiceClient::voiceEnabled() { - static LLUICachedControl enable_voice("EnableVoiceChat"); - static LLUICachedControl override_disable_voice("CmdLineDisableVoice"); + static LLUICachedControl enable_voice("EnableVoiceChat", true); + static LLUICachedControl override_disable_voice("CmdLineDisableVoice", false); return enable_voice && ! override_disable_voice; } -- cgit v1.2.3