summaryrefslogtreecommitdiff
path: root/indra/newview/llappviewer.cpp
diff options
context:
space:
mode:
authorMaxim Nikolenko <maximnproductengine@lindenlab.com>2025-03-31 19:06:06 +0300
committerGitHub <noreply@github.com>2025-03-31 19:06:06 +0300
commit515c1f15d835f1e8c45828722d8ad91b0604408c (patch)
tree7fe888f53c0d622737f9a96ae25cc6b7a4ad9147 /indra/newview/llappviewer.cpp
parentfcc8ffda16ee409e5952e3ca1d872bee786514df (diff)
#3044 Add option to hide L$ balance for Snapshots with Interface showing
Diffstat (limited to 'indra/newview/llappviewer.cpp')
-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 4cf651de33..3f7aaf9557 100644
--- a/indra/newview/llappviewer.cpp
+++ b/indra/newview/llappviewer.cpp
@@ -4540,6 +4540,7 @@ void LLAppViewer::saveFinalSnapshot()
false,
gSavedSettings.getBOOL("RenderHUDInSnapshot"),
true,
+ false,
LLSnapshotModel::SNAPSHOT_TYPE_COLOR,
LLSnapshotModel::SNAPSHOT_FORMAT_PNG);
mSavedFinalSnapshot = true;