√ (U+221A, 根号) => ✓ (U+2713, 勾号)

This commit is contained in:
liuxilu 2020-12-10 12:14:32 +08:00 committed by GitHub
parent 47dce69aa4
commit 1febfd51df
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -217,7 +217,7 @@ namespace v2rayN.Forms
todayDown = string.Empty; todayDown = string.Empty;
if (config.index.Equals(k)) if (config.index.Equals(k))
{ {
def = ""; def = "";
} }
VmessItem item = config.vmess[k]; VmessItem item = config.vmess[k];