mirror of
https://github.com/2dust/v2rayN.git
synced 2025-04-19 21:52:25 +00:00
√ → ✓
This commit is contained in:
parent
d385b44a48
commit
d768b2c53f
1 changed files with 1 additions and 1 deletions
|
@ -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];
|
||||||
|
|
Loading…
Reference in a new issue