From c34676e5a0b5769abb8a85a43c607d1e257a9f21 Mon Sep 17 00:00:00 2001 From: miruka Date: Sat, 9 Nov 2019 10:34:54 -0400 Subject: [PATCH] Turn JoinRoom field red on error --- src/qml/Pages/AddChat/JoinRoom.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/qml/Pages/AddChat/JoinRoom.qml b/src/qml/Pages/AddChat/JoinRoom.qml index 9fbe8f44..6ed2d5ab 100644 --- a/src/qml/Pages/AddChat/JoinRoom.qml +++ b/src/qml/Pages/AddChat/JoinRoom.qml @@ -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 }