diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2023-04-06 01:20:51 +0300 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2023-04-06 01:22:09 +0300 |
commit | 99a8c612d008531f64b2ff94713866adf2e91243 (patch) | |
tree | e1bc1d28d2d8ba71d1b3fe7dfa2f83c3612aa441 /indra | |
parent | 01fd1cdddedc11cb6d9803a6606f54d069994a45 (diff) |
SL-19536 Inventory isn't fetched automatically
Just a 'hotfix' that won't conflict with further changes, should be properly resolved in DRTVWR-567
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/llstartup.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llstartup.cpp b/indra/newview/llstartup.cpp index dd3b33982a..c52fdf4bc1 100644 --- a/indra/newview/llstartup.cpp +++ b/indra/newview/llstartup.cpp @@ -1905,6 +1905,7 @@ bool idle_startup() LLNotificationsUtil::add("InventoryUnusable"); } + LLInventoryModelBackgroundFetch::instance().start(); gInventory.createCommonSystemCategories(); // It's debatable whether this flag is a good idea - sets all |