diff options
author | Maxim Nikolenko <maximnproductengine@lindenlab.com> | 2023-04-20 14:56:57 +0300 |
---|---|---|
committer | Maxim Nikolenko <maximnproductengine@lindenlab.com> | 2023-04-20 14:56:57 +0300 |
commit | 5527c65064d12d3916d15d8694fd1abb85e37f62 (patch) | |
tree | 1bbf67cec684edaab4c30952bd73e6e4d68cad9d /indra | |
parent | a03f3cd00db95fb8dc6fd500e95054c654088bf7 (diff) |
SL-19105 set Combination view as default
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/llpanelmaininventory.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llpanelmaininventory.cpp b/indra/newview/llpanelmaininventory.cpp index d8845a7d94..ee1801b9f3 100644 --- a/indra/newview/llpanelmaininventory.cpp +++ b/indra/newview/llpanelmaininventory.cpp @@ -119,7 +119,7 @@ LLPanelMainInventory::LLPanelMainInventory(const LLPanel::Params& p) mMenuViewDefault(NULL), mSingleFolderMode(false), mForceShowInvLayout(false), - mViewMode(MODE_LIST), + mViewMode(MODE_COMBINATION), mListViewRootUpdatedConnection(), mGalleryRootUpdatedConnection() { |