summaryrefslogtreecommitdiff
path: root/indra/llui/llfolderview.h
diff options
context:
space:
mode:
authorMaxim Nikolenko <maximnproductengine@lindenlab.com>2023-02-17 15:47:03 +0200
committerMaxim Nikolenko <maximnproductengine@lindenlab.com>2023-02-17 16:23:44 +0200
commit734b1b5d421254c45b3eb0fe0a5bbc8159e489fc (patch)
treecb02a1bff376f5448e861ba564a86aa1bfbdefe5 /indra/llui/llfolderview.h
parent4bc9331dddbacb9c0c36252b32f2514b9080dcf5 (diff)
SL-19105 WIP Single-folder inventory view
Diffstat (limited to 'indra/llui/llfolderview.h')
-rw-r--r--indra/llui/llfolderview.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/llui/llfolderview.h b/indra/llui/llfolderview.h
index 237239c5d1..fbd8522b19 100644
--- a/indra/llui/llfolderview.h
+++ b/indra/llui/llfolderview.h
@@ -246,6 +246,8 @@ public:
void dumpSelectionInformation();
virtual S32 notify(const LLSD& info) ;
+
+ void setShowEmptyMessage(bool show_msg) { mShowEmptyMessage = show_msg; }
bool useLabelSuffix() { return mUseLabelSuffix; }
virtual void updateMenu();