fix(@desktop/chat): Limit chat name length #6938

This commit is contained in:
mprakhov 2022-11-14 19:15:02 +02:00 committed by Mykhailo Prakhov
parent 1ecb9f64d4
commit 707aa16462
1 changed files with 1 additions and 0 deletions

View File

@ -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"