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