fix(@desktop/settings): update display name validation to unblock saveability

Fix #7177
This commit is contained in:
PavelS 2022-09-08 17:06:54 +03:00 committed by PavelS
parent a1e7831dcb
commit bdc072e337
1 changed files with 1 additions and 0 deletions

View File

@ -109,6 +109,7 @@ ColumnLayout {
}
displayName.text: profileStore.displayName
displayName.validationMode: StatusInput.ValidationMode.Always
bio.text: profileStore.bio
socialLinksModel: staticSocialLinksSubsetModel