diff options
author | Roxie Linden <roxie@lindenlab.com> | 2024-07-02 21:03:30 -0700 |
---|---|---|
committer | Roxie Linden <roxie@lindenlab.com> | 2024-07-02 21:03:30 -0700 |
commit | 3c71230aa4569f1c238a5f645b5a5b7447ec389e (patch) | |
tree | 6a878357546083eab6c99f8c64af21bdc709c465 /indra/newview/llvoiceclient.cpp | |
parent | af21783ffa06c6fd97c34856ad620fc14e89bb98 (diff) |
don't set voice font for vivox
Diffstat (limited to 'indra/newview/llvoiceclient.cpp')
-rw-r--r-- | indra/newview/llvoiceclient.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llvoiceclient.cpp b/indra/newview/llvoiceclient.cpp index f128c03023..490c7174c5 100644 --- a/indra/newview/llvoiceclient.cpp +++ b/indra/newview/llvoiceclient.cpp @@ -577,7 +577,7 @@ bool LLVoiceClient::onVoiceEffectsNotSupported(const LLSD ¬ification, const L switch (option) { case 0: // "Okay" - gSavedSettings.setBOOL("VoiceMorphingEnabled", FALSE); + gSavedPerAccountSettings.setString("VoiceEffectDefault", LLUUID::null.asString()); break; case 1: // "Cancel" |