summaryrefslogtreecommitdiff
path: root/indra/newview/llchathistory.cpp
diff options
context:
space:
mode:
authorAndrey Kleshchev <andreykproductengine@lindenlab.com>2025-08-12 19:52:23 +0300
committerAndrey Kleshchev <117672381+akleshchev@users.noreply.github.com>2025-08-12 20:31:00 +0300
commit1bcdf6824ce74360b27e0ad0bc307c72171cf653 (patch)
treeb98e5cbc277abbbdad35b9dd02c035376935bc15 /indra/newview/llchathistory.cpp
parentca069b5b4f28d465f6ff31499cfdb3aaeda618bc (diff)
#4473 Enable Zoom in to Self menu option in chat
Diffstat (limited to 'indra/newview/llchathistory.cpp')
-rw-r--r--indra/newview/llchathistory.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llchathistory.cpp b/indra/newview/llchathistory.cpp
index a48e22bc73..a966253c2c 100644
--- a/indra/newview/llchathistory.cpp
+++ b/indra/newview/llchathistory.cpp
@@ -936,7 +936,7 @@ protected:
menu->setItemEnabled("Voice Call", false);
menu->setItemEnabled("Chat History", false);
menu->setItemEnabled("Invite Group", false);
- menu->setItemEnabled("Zoom In", false);
+ menu->setItemEnabled("Zoom In", true);
menu->setItemEnabled("Share", false);
menu->setItemEnabled("Pay", false);
menu->setItemEnabled("Block Unblock", false);