mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-16 16:47:24 +00:00
fix(@desktop/chat): Limit chat name length #6938
This commit is contained in:
parent
1ecb9f64d4
commit
707aa16462
@ -62,6 +62,7 @@ ModalPopup {
|
||||
anchors.top: description.bottom
|
||||
anchors.topMargin: Style.current.padding
|
||||
placeholderText: qsTr("chat-name")
|
||||
charLimit: 24
|
||||
Keys.onEnterPressed: doJoin()
|
||||
Keys.onReturnPressed: doJoin()
|
||||
input.asset.name: "channel"
|
||||
|
Loading…
x
Reference in New Issue
Block a user