diff options
| author | Andrey Kleshchev <117672381+akleshchev@users.noreply.github.com> | 2026-05-20 00:19:20 +0300 |
|---|---|---|
| committer | Andrey Kleshchev <117672381+akleshchev@users.noreply.github.com> | 2026-05-20 04:22:24 +0300 |
| commit | 87b333f9cfb4cd7efc3aa38bcd94cc62ecbec1e8 (patch) | |
| tree | e4146af03ada1439a610f3fb8cde469adae6a264 /indra/newview/skins/default/xui | |
| parent | bbc850997cd095188127d971f6cb90052615849a (diff) | |
#5809 Add 'mute' based filter for conversation history
- Don't add blocked conversations
- Menus and global setting to control this mechanics
- Refresh on changes
Decided just not to add blocked conversation to the list, an alternate way is to alter visibility logic or filter logic
Diffstat (limited to 'indra/newview/skins/default/xui')
| -rw-r--r-- | indra/newview/skins/default/xui/en/menu_conversation_log_view.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/en/menu_conversation_log_view.xml b/indra/newview/skins/default/xui/en/menu_conversation_log_view.xml index 864bec5d9a..1e10a984da 100644 --- a/indra/newview/skins/default/xui/en/menu_conversation_log_view.xml +++ b/indra/newview/skins/default/xui/en/menu_conversation_log_view.xml @@ -34,6 +34,16 @@ function="CallLog.Check" parameter="sort_friends_on_top" /> </menu_item_check> + <menu_item_check + label="Show muted" + name="show_muted"> + <on_click + function="CallLog.Action" + parameter="show_blocked" /> + <on_check + function="CallLog.Check" + parameter="show_blocked" /> + </menu_item_check> <menu_item_separator /> <menu_item_call label="View Nearby chat history..." |
