Update QRCodeControl.cs

pull/612/head
2dust 2020-03-27 13:18:44 +08:00
parent 07bdcb5491
commit 3a27b56cc1
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}
}