mirror of
https://github.com/lubosz/overte.git
synced 2025-04-23 18:13:47 +02:00
don't treat empty display name as an error
This commit is contained in:
parent
cc151d6187
commit
9925bc2822
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ import "../../controls-uit" as HifiControlsUit
|
|||
TextField {
|
||||
id: textField
|
||||
|
||||
property bool error: text === '';
|
||||
property bool error: false;
|
||||
text: 'ThisIsDisplayName'
|
||||
|
||||
states: [
|
||||
|
|
Loading…
Reference in a new issue