diff options
| author | Erik Kundiman <erik@megapahit.org> | 2026-09-05 00:17:50 +0800 |
|---|---|---|
| committer | Erik Kundiman <erik@megapahit.org> | 2026-09-05 00:17:50 +0800 |
| commit | 11cab7b55c64bdc59d0780aacd853e5c12d6adab (patch) | |
| tree | 16f138566459efc960250b4a3dc87c664437549f /indra/newview/llstartup.cpp | |
| parent | a0770adb8bda13e8daa2190a8f95972055983b0d (diff) | |
| parent | 79b07e64267386396f6b122c5ced12eda513c72e (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.cpp | 2 |
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(); |
