Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGhostkeeper <rubend@tutanota.com>2022-04-21 15:04:27 +0300
committerGhostkeeper <rubend@tutanota.com>2022-04-21 15:04:27 +0300
commit9389a6f4e87aa47e21ff14d5aee6fa1a3b9ce8a7 (patch)
tree2038ccb78b21884f41f9fedb4723a180d65e4393 /resources/qml/Account/UserOperations.qml
parent38d62b73c5ab043f4413360cdb627f26a096fbf6 (diff)
parent1e7cf21f463e0ff7a40a33e1215dd6a0c75e9859 (diff)
Merge branch 'CURA-9146_account_sync' into 5.05.0-beta
Diffstat (limited to 'resources/qml/Account/UserOperations.qml')
-rw-r--r--resources/qml/Account/UserOperations.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/qml/Account/UserOperations.qml b/resources/qml/Account/UserOperations.qml
index d7677264fb..c8642681ae 100644
--- a/resources/qml/Account/UserOperations.qml
+++ b/resources/qml/Account/UserOperations.qml
@@ -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
}