mirror of
https://github.com/2dust/v2rayN.git
synced 2025-04-19 21:52:25 +00:00
Update QRCodeControl.cs
This commit is contained in:
parent
07bdcb5491
commit
3a27b56cc1
1 changed files with 1 additions and 1 deletions
|
@ -32,8 +32,8 @@ namespace v2rayN.Forms
|
||||||
txtUrl.Text = string.Empty;
|
txtUrl.Text = string.Empty;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
picQRCode.Image = QRCodeHelper.GetQRCode(url);
|
|
||||||
txtUrl.Text = url;
|
txtUrl.Text = url;
|
||||||
|
picQRCode.Image = QRCodeHelper.GetQRCode(url);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue