mirror of https://github.com/2dust/v2rayN
bug fixes
parent
5f364b48c9
commit
961bd6140c
|
@ -832,7 +832,7 @@ namespace v2rayN.Handler
|
||||||
}
|
}
|
||||||
if (Utils.IsNullOrEmpty(profileItem.fingerprint))
|
if (Utils.IsNullOrEmpty(profileItem.fingerprint))
|
||||||
{
|
{
|
||||||
profileItem.fingerprint = config.coreBasicItem.defFingerprint.ToString().ToLower();
|
profileItem.fingerprint = config.coreBasicItem.defFingerprint;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue