From 9925bc2822674a3fc3bf0df7ebefccf2203221a2 Mon Sep 17 00:00:00 2001 From: Alexander Ivash Date: Fri, 25 May 2018 02:44:51 +0300 Subject: [PATCH] don't treat empty display name as an error --- interface/resources/qml/hifi/avatarapp/InputField.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/resources/qml/hifi/avatarapp/InputField.qml b/interface/resources/qml/hifi/avatarapp/InputField.qml index 2d3b43fcd6..905518ef0f 100644 --- a/interface/resources/qml/hifi/avatarapp/InputField.qml +++ b/interface/resources/qml/hifi/avatarapp/InputField.qml @@ -6,7 +6,7 @@ import "../../controls-uit" as HifiControlsUit TextField { id: textField - property bool error: text === ''; + property bool error: false; text: 'ThisIsDisplayName' states: [