summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2021-09-29 19:47:23 +0100
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2021-09-29 19:47:23 +0100
commit9561e986ce879833def4243700971fc53bd878d4 (patch)
treea456dd2afcbe354608af129cb9bef253c717f929 /indra
parent19154bec157a4e05c8b988531e84095a8124d3ec (diff)
SL-15999 - force multiple viewers support for noninteractive mode
Diffstat (limited to 'indra')
-rw-r--r--indra/newview/llappviewer.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp
index e1fbbf6ce5..41a83a1484 100644
--- a/indra/newview/llappviewer.cpp
+++ b/indra/newview/llappviewer.cpp
@@ -2758,6 +2758,7 @@ bool LLAppViewer::initConfiguration()
if (gNonInteractive)
{
+ tempSetControl("AllowMultipleViewers", "TRUE");
tempSetControl("SLURLPassToOtherInstance", "FALSE");
tempSetControl("RenderWater", "FALSE");
tempSetControl("FlyingAtExit", "FALSE");