diff options
author | Mnikolenko Productengine <mnikolenko@productengine.com> | 2020-05-05 19:08:55 +0300 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2020-05-05 21:09:42 +0300 |
commit | e1504d8c562d11d538bcbafc6ffd22d56ff38491 (patch) | |
tree | e4efb53f31c46092655bc96fecbb68cddf5afeb1 /indra/newview/llplacesinventorypanel.h | |
parent | 4b0a2463914e8228bc8797e6720b92c89f7949c1 (diff) |
SL-13178 Improve initial opening time of the landmarks floater
Diffstat (limited to 'indra/newview/llplacesinventorypanel.h')
-rw-r--r-- | indra/newview/llplacesinventorypanel.h | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/indra/newview/llplacesinventorypanel.h b/indra/newview/llplacesinventorypanel.h index 27d9b83bd1..5629438415 100644 --- a/indra/newview/llplacesinventorypanel.h +++ b/indra/newview/llplacesinventorypanel.h @@ -32,14 +32,16 @@ class LLLandmarksPanel; class LLFolderView; -class LLPlacesInventoryPanel : public LLInventoryPanel +class LLPlacesInventoryPanel : public LLAssetFilteredInventoryPanel { public: struct Params - : public LLInitParam::Block<Params, LLInventoryPanel::Params> + : public LLInitParam::Block<Params, LLAssetFilteredInventoryPanel::Params> { Params() - {} + { + filter_asset_type = "landmark"; + } }; LLPlacesInventoryPanel(const Params& p); |