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