mirror of
https://github.com/lubosz/overte.git
synced 2025-04-09 13:12:57 +02:00
Merge pull request #15943 from MiladNazeri/avatarAppDisplayNameFix
[Bugz-1039] :: changed sessionDisplayName logic
This commit is contained in:
commit
d1199f9e1d
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