summaryrefslogtreecommitdiff
path: root/indra/newview/llfloaterpreference.cpp
diff options
context:
space:
mode:
authorAndrey Kleshchev <andreykproductengine@lindenlab.com>2025-08-04 22:40:13 +0300
committerAndrey Kleshchev <117672381+akleshchev@users.noreply.github.com>2025-08-05 18:26:29 +0300
commit61d53a8731a0d10e94c4c366c31598b3f12198e1 (patch)
treeff75156f11955cd57bc37365340624c6bf83a106 /indra/newview/llfloaterpreference.cpp
parentafcc64cb073eef83f07313bb5f3a0b364d4b6933 (diff)
#4470 Plug in Discord SDK package
Diffstat (limited to 'indra/newview/llfloaterpreference.cpp')
-rw-r--r--indra/newview/llfloaterpreference.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/newview/llfloaterpreference.cpp b/indra/newview/llfloaterpreference.cpp
index 2a6360cef8..c84728248c 100644
--- a/indra/newview/llfloaterpreference.cpp
+++ b/indra/newview/llfloaterpreference.cpp
@@ -528,6 +528,10 @@ bool LLFloaterPreference::postBuild()
getChild<LLComboBox>("language_combobox")->add("System default", LLSD("default"), ADD_TOP, true);
}
+#ifndef LL_DISCORD
+ getChild<LLTabContainer>("privacy_tab_container")->childDisable("privacy_preferences_discord");
+#endif
+
return true;
}