mirror of
https://github.com/2dust/v2rayN.git
synced 2026-09-26 08:32:08 +03:00
bug fixes
This commit is contained in:
@@ -832,7 +832,7 @@ namespace v2rayN.Handler
|
||||
}
|
||||
if (Utils.IsNullOrEmpty(profileItem.fingerprint))
|
||||
{
|
||||
profileItem.fingerprint = config.coreBasicItem.defFingerprint.ToString().ToLower();
|
||||
profileItem.fingerprint = config.coreBasicItem.defFingerprint;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user