diff options
| author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2022-06-08 15:34:12 +0300 |
|---|---|---|
| committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2022-06-08 19:47:37 +0300 |
| commit | 2efd6727c1c492a178eff42484c35be7c08e5857 (patch) | |
| tree | d8a48ad94ae233499bddd92970e68b95b306f157 /indra/newview/llappviewer.cpp | |
| parent | 314d08681415d8474bf4885c80df0a1abafbe78b (diff) | |
SL-17546 Fix 'release' configuration build tests
Diffstat (limited to 'indra/newview/llappviewer.cpp')
| -rw-r--r-- | indra/newview/llappviewer.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp index 089e45411c..f54093d9d0 100644 --- a/indra/newview/llappviewer.cpp +++ b/indra/newview/llappviewer.cpp @@ -3147,6 +3147,11 @@ bool LLAppViewer::isUpdaterMissing() return mUpdaterNotFound; } +bool LLAppViewer::waitForUpdater() +{ + return !gSavedSettings.getBOOL("CmdLineSkipUpdater") && !mUpdaterNotFound && !gNonInteractive; +} + void LLAppViewer::writeDebugInfo(bool isStatic) { #if LL_WINDOWS && LL_BUGSPLAT |
