mirror of
https://github.com/2dust/v2rayN.git
synced 2025-05-02 05:08:49 +00:00
bug fixes
This commit is contained in:
parent
5f364b48c9
commit
961bd6140c
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue