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.top: description.bottom
|
||||||
anchors.topMargin: Style.current.padding
|
anchors.topMargin: Style.current.padding
|
||||||
placeholderText: qsTr("chat-name")
|
placeholderText: qsTr("chat-name")
|
||||||
|
charLimit: 24
|
||||||
Keys.onEnterPressed: doJoin()
|
Keys.onEnterPressed: doJoin()
|
||||||
Keys.onReturnPressed: doJoin()
|
Keys.onReturnPressed: doJoin()
|
||||||
input.asset.name: "channel"
|
input.asset.name: "channel"
|
||||||
|
|
Loading…
Reference in New Issue