diff options
author | tpart <tpart120@proton.me> | 2025-03-23 21:36:34 +0100 |
---|---|---|
committer | tpart <tpart120@proton.me> | 2025-03-23 21:36:39 +0100 |
commit | 364f806ccded1a15b192999de9ae79296bb43e2a (patch) | |
tree | 2cb9001b7a0df00d16323749539d37384b6f8a48 /client/menu | |
parent | bf0803bf99c988d160a4573a38ba2e5c1b16a905 (diff) | |
download | hurrycurry-364f806ccded1a15b192999de9ae79296bb43e2a.tar hurrycurry-364f806ccded1a15b192999de9ae79296bb43e2a.tar.bz2 hurrycurry-364f806ccded1a15b192999de9ae79296bb43e2a.tar.zst |
Fix chat message input field not editable by default
Diffstat (limited to 'client/menu')
-rw-r--r-- | client/menu/communicate/chat/chat_open.tscn | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/menu/communicate/chat/chat_open.tscn b/client/menu/communicate/chat/chat_open.tscn index 5c0628a1..1bb2a6e6 100644 --- a/client/menu/communicate/chat/chat_open.tscn +++ b/client/menu/communicate/chat/chat_open.tscn @@ -52,3 +52,4 @@ size_flags_vertical = 3 [node name="LineEdit" type="LineEdit" parent="PanelContainer/MarginContainer/VBoxContainer"] layout_mode = 2 placeholder_text = "c.chat.write_message" +keep_editing_on_text_submit = true |