mirror of
https://github.com/veracrypt/VeraCrypt
synced 2024-11-24 03:53:29 +01:00
Windows: set PIM of favorite to 0 only if TrueCryptMode is explicitly selected.
This commit is contained in:
parent
d761076903
commit
2db0061741
@ -678,7 +678,7 @@ namespace VeraCrypt
|
||||
else
|
||||
favorite.TrueCryptMode = -1;
|
||||
|
||||
if (favorite.TrueCryptMode)
|
||||
if (favorite.TrueCryptMode > 0)
|
||||
favorite.Pim = 0;
|
||||
|
||||
XmlGetAttributeText (xml, "pkcs5", label, sizeof (label));
|
||||
|
Loading…
Reference in New Issue
Block a user