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