mirror of
https://git.jami.net/savoirfairelinux/jami-client-qt.git
synced 2025-07-18 22:45:25 +02:00
UserProfile: display name must be readOnly
Change-Id: I3cd106af5ad7a141d884b948448e25053ab0832b GitLab: #1349
This commit is contained in:
parent
7a84518f2c
commit
7b41c6faff
1 changed files with 1 additions and 0 deletions
|
@ -77,6 +77,7 @@ BaseModalDialog {
|
|||
visible: aliasText ? (aliasText === idText ? false : true) : false
|
||||
|
||||
selectByMouse: true
|
||||
readOnly: true
|
||||
|
||||
wrapMode: Text.NoWrap
|
||||
text: textMetricsContactAliasText.elidedText
|
||||
|
|
Loading…
Add table
Reference in a new issue