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…
Reference in New Issue