diff options
| author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2021-09-29 16:50:32 +0100 |
|---|---|---|
| committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2021-09-29 16:50:32 +0100 |
| commit | 3c4198e4b50de0221020f3b5bbf7d3f7ff7cf984 (patch) | |
| tree | d731e7800fd45c5715ed7e103821cd1eb0edc9fa /indra/newview/llappviewer.cpp | |
| parent | e16105cab07047cadf0f5a4eae9335c066b5053c (diff) | |
SL-15999 - noninteractive sessions should quit cleanly when they get a close message. Removed some possible crashes
Diffstat (limited to 'indra/newview/llappviewer.cpp')
| -rw-r--r-- | indra/newview/llappviewer.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp index 5413045e7a..bd1b30b4a1 100644 --- a/indra/newview/llappviewer.cpp +++ b/indra/newview/llappviewer.cpp @@ -2761,6 +2761,8 @@ bool LLAppViewer::initConfiguration() tempSetControl("SLURLPassToOtherInstance", "FALSE"); tempSetControl("RenderWater", "FALSE"); tempSetControl("FlyingAtExit", "FALSE"); + tempSetControl("WindowWidth", "1024"); + tempSetControl("WindowHeight", "200"); LLError::setEnabledLogTypesMask(0); llassert_always(!gSavedSettings.getBOOL("SLURLPassToOtherInstance")); } |
