mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-13 03:48:26 -06:00
Windows: Enhancement to favorites handling. Add PRF/TrueCryptMode fields in favorites management dialog, and use default mount parameters when mounting multiple favorites at once.
This commit is contained in:
@@ -22,6 +22,8 @@ namespace VeraCrypt
|
||||
FavoriteVolume()
|
||||
:
|
||||
Pim (0),
|
||||
Pkcs5 (-1),
|
||||
TrueCryptMode (-1),
|
||||
DisableHotkeyMount (false),
|
||||
DisconnectedDevice (false),
|
||||
MountOnLogOn (false),
|
||||
@@ -41,6 +43,8 @@ namespace VeraCrypt
|
||||
wstring VolumePathId;
|
||||
wstring Label;
|
||||
int Pim;
|
||||
int Pkcs5;
|
||||
int TrueCryptMode;
|
||||
BYTE VolumeID[VOLUME_ID_SIZE];
|
||||
|
||||
bool DisableHotkeyMount;
|
||||
|
||||
Reference in New Issue
Block a user