diff --git a/v2rayN/v2rayN/Forms/QRCodeControl.cs b/v2rayN/v2rayN/Forms/QRCodeControl.cs index ea5e7fda..3b2bd3bd 100644 --- a/v2rayN/v2rayN/Forms/QRCodeControl.cs +++ b/v2rayN/v2rayN/Forms/QRCodeControl.cs @@ -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); } }