mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01: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