CreateRoom: Room names must not exceed 255 bytes
This commit is contained in:
parent
d240de702f
commit
bd8fa997c4
|
@ -74,6 +74,7 @@ HBox {
|
||||||
HTextField {
|
HTextField {
|
||||||
id: nameField
|
id: nameField
|
||||||
placeholderText: qsTr("Name")
|
placeholderText: qsTr("Name")
|
||||||
|
maximumLength: 255
|
||||||
|
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user