mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-12 19:38:26 -06:00
Use Pim name for internal variables instead of the old name Pin
This commit is contained in:
@@ -17,7 +17,7 @@ namespace VeraCrypt
|
||||
{
|
||||
FavoriteVolume()
|
||||
:
|
||||
Pin (0),
|
||||
Pim (0),
|
||||
DisableHotkeyMount (false),
|
||||
DisconnectedDevice (false),
|
||||
MountOnLogOn (false),
|
||||
@@ -33,7 +33,7 @@ namespace VeraCrypt
|
||||
string MountPoint;
|
||||
string VolumePathId;
|
||||
wstring Label;
|
||||
int Pin;
|
||||
int Pim;
|
||||
|
||||
bool DisableHotkeyMount;
|
||||
bool DisconnectedDevice;
|
||||
|
||||
Reference in New Issue
Block a user