Skip to content
Snippets Groups Projects
Commit 010a2c4e authored by Andreas Traczyk's avatar Andreas Traczyk Committed by Adrien Béraud
Browse files

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
parent 61163037
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment