pull/3492/head^2
2dust 2 years ago
parent 5f364b48c9
commit 961bd6140c

@ -832,7 +832,7 @@ namespace v2rayN.Handler
}
if (Utils.IsNullOrEmpty(profileItem.fingerprint))
{
profileItem.fingerprint = config.coreBasicItem.defFingerprint.ToString().ToLower();
profileItem.fingerprint = config.coreBasicItem.defFingerprint;
}
}

Loading…
Cancel
Save