fix(Onboarding/DisplayName): User is forced to use display name with first case uppercase
Removed capitalization: User can insert a display name starting with lowercase char. Fixes #5761
This commit is contained in:
parent
a51080c17f
commit
3769687d45
|
@ -113,7 +113,6 @@ Item {
|
|||
Layout.preferredHeight: 78
|
||||
Layout.alignment: Qt.AlignHCenter
|
||||
input.placeholderText: qsTr("Display name")
|
||||
input.edit.font.capitalization: Font.Capitalize
|
||||
input.rightComponent: RoundedIcon {
|
||||
width: 14
|
||||
height: 14
|
||||
|
|
Loading…
Reference in New Issue