diff options
author | Maxim Nikolenko <maximnproductengine@lindenlab.com> | 2025-04-25 22:31:53 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-04-25 22:31:53 +0300 |
commit | 17e974689c76a2b76cf27e3a1c9dde371f4f877f (patch) | |
tree | ef2c959fa556b19407d72ccc581cc9e55d1bb525 /indra/llui/llchatentry.cpp | |
parent | 25c11f09655db011d27fec6887854d1200f63b19 (diff) | |
parent | 1eb34b43fb88a0b7551d9083ab46ba7df2feab14 (diff) |
Merge pull request #3943 from secondlife/maxim/2025.04-chat-mention
#3758 initial chat mention support
Diffstat (limited to 'indra/llui/llchatentry.cpp')
-rw-r--r-- | indra/llui/llchatentry.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llui/llchatentry.cpp b/indra/llui/llchatentry.cpp index e8d942b8af..7506cd99c0 100644 --- a/indra/llui/llchatentry.cpp +++ b/indra/llui/llchatentry.cpp @@ -52,6 +52,7 @@ LLChatEntry::LLChatEntry(const Params& p) mCurrentHistoryLine = mLineHistory.begin(); mAutoIndent = false; + mShowChatMentionPicker = true; keepSelectionOnReturn(true); } |