mirror of https://github.com/2dust/v2rayN
Update QRCodeControl.cs
parent
07bdcb5491
commit
3a27b56cc1
|
@ -32,8 +32,8 @@ namespace v2rayN.Forms
|
|||
txtUrl.Text = string.Empty;
|
||||
return;
|
||||
}
|
||||
picQRCode.Image = QRCodeHelper.GetQRCode(url);
|
||||
txtUrl.Text = url;
|
||||
picQRCode.Image = QRCodeHelper.GetQRCode(url);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue