mirror of
https://github.com/Ultimaker/Cura.git
synced 2026-01-15 04:15:42 -07:00
Manually cherry-pick a little fix to main.
This commit is contained in:
parent
0e93047669
commit
ecbe54798f
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 ? 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