diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2022-12-07 05:33:17 +0200 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2022-12-07 05:33:36 +0200 |
commit | 9262c9aeadcf972838c20c5ea917f9c2c60aaddc (patch) | |
tree | d52ed2f9bf1d80989476db9ab2dbf7d8b862c137 /indra/newview/llstartup.cpp | |
parent | c69c8aa347363bc51ed256523bc368d4584dbfd1 (diff) |
SL-18197 Materials folder doesn't appear on login
Fix some folders not being requested unless already cached.
Fix materials folder not being requested by materials picker.
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 325ab1e224..76b7347b21 100644 --- a/indra/newview/llstartup.cpp +++ b/indra/newview/llstartup.cpp @@ -325,6 +325,8 @@ void set_flags_and_update_appearance() { LLAppearanceMgr::instance().setAttachmentInvLinkEnable(true); LLAppearanceMgr::instance().updateAppearanceFromCOF(true, true, no_op); + + LLInventoryModelBackgroundFetch::instance().start(); } // Returns false to skip other idle processing. Should only return |