From c3c1bdd29d932f2b38e7c3995498f9a4eab8702b Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Sun, 7 Jun 2015 01:37:23 +0200 Subject: Windows: Add support for PIN in favorites. Several enhancements to GUI handling of Dynamic Mode. --- src/Mount/Favorites.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/Mount/Favorites.h') diff --git a/src/Mount/Favorites.h b/src/Mount/Favorites.h index f91905d8..3a0a771b 100644 --- a/src/Mount/Favorites.h +++ b/src/Mount/Favorites.h @@ -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; -- cgit v1.2.3