Fix display of username

CURA-9146
This commit is contained in:
Jaime van Kessel 2022-04-15 10:16:00 +02:00
parent 1e1b4f3dac
commit 5a62278097

View file

@ -46,7 +46,7 @@ Column
{
id: initialLabel
anchors.centerIn: parent
text: profile["username"].charAt(0).toUpperCase()
text: profile.username.charAt(0).toUpperCase()
font: UM.Theme.getFont("large_bold")
horizontalAlignment: Text.AlignHCenter
}