mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-07 05:53:59 -06:00
Fix display of username
CURA-9146
This commit is contained in:
parent
1e1b4f3dac
commit
5a62278097
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue