mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-13 11:58:26 -06:00
Windows: Add support for PIN in favorites. Several enhancements to GUI handling of Dynamic Mode.
This commit is contained in:
@@ -17,6 +17,7 @@ namespace VeraCrypt
|
||||
{
|
||||
FavoriteVolume()
|
||||
:
|
||||
Pin (0),
|
||||
DisableHotkeyMount (false),
|
||||
DisconnectedDevice (false),
|
||||
MountOnLogOn (false),
|
||||
@@ -32,6 +33,7 @@ namespace VeraCrypt
|
||||
string MountPoint;
|
||||
string VolumePathId;
|
||||
wstring Label;
|
||||
int Pin;
|
||||
|
||||
bool DisableHotkeyMount;
|
||||
bool DisconnectedDevice;
|
||||
|
||||
Reference in New Issue
Block a user