mirror of
https://git.jami.net/savoirfairelinux/jami-client-qt.git
synced 2025-07-26 02:15:33 +02:00
sip: fix sip account password onEditFinished
Change-Id: Ic308ccc2571917cba0d6bd9316a8d0d4b3b29599
This commit is contained in:
parent
ab934442bc
commit
8874bc94e9
1 changed files with 1 additions and 1 deletions
|
@ -85,6 +85,6 @@ ColumnLayout {
|
||||||
itemWidth: root.itemWidth
|
itemWidth: root.itemWidth
|
||||||
echoMode: TextInput.Password
|
echoMode: TextInput.Password
|
||||||
|
|
||||||
onEditFinished:nCurrentAccount.password = textField
|
onEditFinished: CurrentAccount.password = textField
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue