1
0
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:
Mounir IDRASSI
2015-06-07 01:37:23 +02:00
parent 550e2bcf3b
commit c3c1bdd29d
13 changed files with 210 additions and 48 deletions

View File

@@ -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;