From 00fcbecb9aa8f5eace64c8e3d4f41ebf0ca3a0fe Mon Sep 17 00:00:00 2001
From: cinder <cinder@cinderblocks.biz>
Date: Sun, 27 Nov 2022 13:55:00 -0600
Subject: [PATCH] Open group search from group actions

---
 indra/newview/llgroupactions.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/indra/newview/llgroupactions.cpp b/indra/newview/llgroupactions.cpp
index 79bf9e4625f..e63c84cfd26 100644
--- a/indra/newview/llgroupactions.cpp
+++ b/indra/newview/llgroupactions.cpp
@@ -202,7 +202,7 @@ LLFetchLeaveGroupData* gFetchLeaveGroupData = NULL;
 // static
 void LLGroupActions::search()
 {
-	LLFloaterReg::showInstance("search");
+	LLFloaterReg::showInstance("search", LLSD().with("category", "groups"));
 }
 
 // static
-- 
GitLab