summaryrefslogtreecommitdiff
path: root/indra/newview/llviewerfloaterreg.cpp
diff options
context:
space:
mode:
authorVir Linden <vir@lindenlab.com>2021-10-25 15:55:31 +0000
committerVir Linden <vir@lindenlab.com>2021-10-25 15:55:31 +0000
commitc173b07b72ac3e30c019cbee8dba53401c781be3 (patch)
tree6267b828141028889894be919263c6d19c6e54c1 /indra/newview/llviewerfloaterreg.cpp
parent3efd4c50a031ce0c1cb3d2fcc43e403136277e1f (diff)
parentba3459f77fc9b93c8dd79bc3ac7c59ba792da27f (diff)
Merged in SL-15999 (pull request #746)
SL-15999 support --noninteractive option for viewer Approved-by: Dave Parks Approved-by: Michael Pohoreski
Diffstat (limited to 'indra/newview/llviewerfloaterreg.cpp')
-rw-r--r--indra/newview/llviewerfloaterreg.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/newview/llviewerfloaterreg.cpp b/indra/newview/llviewerfloaterreg.cpp
index 5a05f89758..98b76328de 100644
--- a/indra/newview/llviewerfloaterreg.cpp
+++ b/indra/newview/llviewerfloaterreg.cpp
@@ -192,6 +192,10 @@ LLFloaterOpenHandler gFloaterOpenHandler;
void LLViewerFloaterReg::registerFloaters()
{
+ if (gNonInteractive)
+ {
+ return;
+ }
// *NOTE: Please keep these alphabetized for easier merges
LLFloaterAboutUtil::registerFloater();