bug fixes

pull/3492/head^2
2dust 2023-03-06 20:08:21 +08:00
parent 5f364b48c9
commit 961bd6140c
1 changed files with 1 additions and 1 deletions

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