1
0
Fork 0
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:
Andreas Traczyk 2024-07-04 17:16:19 -04:00 committed by Adrien Béraud
parent 61163037d4
commit 010a2c4eea

View file

@ -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: