summaryrefslogtreecommitdiff
path: root/indra/newview/llstartup.cpp
diff options
context:
space:
mode:
authorErik Kundiman <erik@megapahit.org>2026-09-05 00:17:50 +0800
committerErik Kundiman <erik@megapahit.org>2026-09-05 00:17:50 +0800
commit11cab7b55c64bdc59d0780aacd853e5c12d6adab (patch)
tree16f138566459efc960250b4a3dc87c664437549f /indra/newview/llstartup.cpp
parenta0770adb8bda13e8daa2190a8f95972055983b0d (diff)
parent79b07e64267386396f6b122c5ced12eda513c72e (diff)
Merge tag 'Second_Life_Release#79b07e64-26.4' into 26.426.4
Diffstat (limited to 'indra/newview/llstartup.cpp')
-rw-r--r--indra/newview/llstartup.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llstartup.cpp b/indra/newview/llstartup.cpp
index 3ac5c9d896..7897339a2d 100644
--- a/indra/newview/llstartup.cpp
+++ b/indra/newview/llstartup.cpp
@@ -211,6 +211,7 @@
#include "llsky.h"
#include "llstatview.h"
#include "llstatusbar.h" // sendMoneyBalanceRequest(), owns L$ balance
+#include "llbuycurrencyhtml.h"
#include "llsurface.h"
#include "lltexturecache.h"
#include "lltexturefetch.h"
@@ -1991,6 +1992,7 @@ bool idle_startup()
// Get L$ and ownership credit information
LL_INFOS() << "Requesting Money Balance" << LL_ENDL;
LLStatusBar::sendMoneyBalanceRequest();
+ LLBuyCurrencyHTML::checkFeatureFlag();
do_startup_frame();