mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 21:38:58 +08:00
Fix display of username
CURA-9146
This commit is contained in:
parent
1e1b4f3dac
commit
5a62278097
@ -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…
x
Reference in New Issue
Block a user