mirror of
https://github.com/lubosz/overte.git
synced 2025-04-09 02:42:35 +02:00
changed sessionDisplayName logic
This commit is contained in:
parent
25fc4fbb8f
commit
a3b8ded56a
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ Item {
|
|||
|
||||
SimplifiedControls.TextField {
|
||||
id: myDisplayNameText
|
||||
text: MyAvatar.sessionDisplayName === "" ? MyAvatar.displayName : MyAvatar.sessionDisplayName
|
||||
text: MyAvatar.displayName
|
||||
maximumLength: 256
|
||||
clip: true
|
||||
selectByMouse: true
|
||||
|
|
Loading…
Reference in a new issue