mirror of
https://git.jami.net/savoirfairelinux/jami-client-qt.git
synced 2025-04-21 21:52:03 +02:00
linkdevicedialog: fix what seems to have been a copy-paste error
The "success" property of the wrong component was being set in the "on-link-device" signal handler. This commit fixes that. Gitlab: #1788 Change-Id: I99c9abbfa31ea9ea6e7828dbbed0a21081f8be19
This commit is contained in:
parent
61163037d4
commit
010a2c4eea
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ BaseModalDialog {
|
|||
pinRectangle.visible = true
|
||||
exportedPIN.text = pin;
|
||||
} else {
|
||||
pinRectangle.success = false;
|
||||
infoLabel.success = false;
|
||||
infoLabel.visible = true;
|
||||
switch (status) {
|
||||
case NameDirectory.ExportOnRingStatus.WRONG_PASSWORD:
|
||||
|
|
Loading…
Add table
Reference in a new issue