diff options
author | Maxim Nikolenko <maximnproductengine@lindenlab.com> | 2023-10-20 13:44:55 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-20 13:44:55 +0300 |
commit | ece46db4b234960b1510c5dcd6d3da5088f8c6f2 (patch) | |
tree | a53a6267aab0f2096837bc30eda3ccff8831fde6 /indra/newview/skins/default/xui/en | |
parent | b83b4e08482fc2d1aa635aa20a9ffadf21fa17bc (diff) |
SL-20380 show group notice button only if user is a member of the group (#465)
Diffstat (limited to 'indra/newview/skins/default/xui/en')
-rw-r--r-- | indra/newview/skins/default/xui/en/panel_group_list_item_short.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/skins/default/xui/en/panel_group_list_item_short.xml b/indra/newview/skins/default/xui/en/panel_group_list_item_short.xml index 042a5f388b..9e19588033 100644 --- a/indra/newview/skins/default/xui/en/panel_group_list_item_short.xml +++ b/indra/newview/skins/default/xui/en/panel_group_list_item_short.xml @@ -64,7 +64,8 @@ follows="right" image_pressed="Group_Notices" image_unselected="Group_Notices" - tab_stop="false"/> + tab_stop="false" + visible="false"/> <button name="visibility_hide_btn" tool_tip="Hide group on my profile" |