CreateRoom: Room names must not exceed 255 bytes
This commit is contained in:
@@ -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
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user