bug fixes

This commit is contained in:
2dust 2023-03-06 20:08:21 +08:00
parent 5f364b48c9
commit 961bd6140c

View file

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