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