diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2024-04-22 23:45:44 +0300 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2024-04-27 00:39:47 +0300 |
commit | a220acb45496dfbfb154fa9e16943102eda922fc (patch) | |
tree | 2a00328f379d5b470f9a370914f4e1b6b6db2e33 /indra/newview/llinventorymodel.cpp | |
parent | f886a438ed11468a90ecca9ba8046a6719f0402c (diff) |
viewer#1300 Inventory favorites basic framework
Diffstat (limited to 'indra/newview/llinventorymodel.cpp')
-rw-r--r-- | indra/newview/llinventorymodel.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llinventorymodel.cpp b/indra/newview/llinventorymodel.cpp index 205e5f3489..05960298ad 100644 --- a/indra/newview/llinventorymodel.cpp +++ b/indra/newview/llinventorymodel.cpp @@ -2766,8 +2766,9 @@ bool LLInventoryModel::loadSkeleton( cached_ids.insert(tcat->getUUID()); // At the moment download does not provide a thumbnail - // uuid, use the one from cache + // uuid or favorite, use values from cache tcat->setThumbnailUUID(cat->getThumbnailUUID()); + tcat->setFavorite(cat->getIsFavorite()); } } |