1
0
Fork 0
mirror of https://git.jami.net/savoirfairelinux/jami-client-qt.git synced 2025-07-12 11:35:22 +02:00

sip: fix sip account password onEditFinished

Change-Id: Ic308ccc2571917cba0d6bd9316a8d0d4b3b29599
This commit is contained in:
Ming Rui Zhang 2021-10-28 16:54:59 -04:00
parent ab934442bc
commit 8874bc94e9

View file

@ -85,6 +85,6 @@ ColumnLayout {
itemWidth: root.itemWidth
echoMode: TextInput.Password
onEditFinished:nCurrentAccount.password = textField
onEditFinished: CurrentAccount.password = textField
}
}