Turn JoinRoom field red on error
This commit is contained in:
parent
e95a23ef90
commit
c34676e5a0
|
@ -57,6 +57,7 @@ HBox {
|
|||
HTextField {
|
||||
id: roomField
|
||||
placeholderText: qsTr("Alias (e.g. #example:matrix.org), URL or ID")
|
||||
error: Boolean(errorMessage.text)
|
||||
|
||||
Layout.fillWidth: true
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user