diff options
author | LouisTakePILLz <LouisTakePILLz@users.noreply.github.com> | 2015-08-12 17:25:47 -0400 |
---|---|---|
committer | LouisTakePILLz <LouisTakePILLz@users.noreply.github.com> | 2015-08-30 19:45:01 -0400 |
commit | 9582d8fbcb57c0297aad3d4a05eac53f1c125cd3 (patch) | |
tree | b7149525bbcb8903ced14b7077f614925decba59 /src/Main/UserPreferences.h | |
parent | ba9af466624706ada9bff2d74a257c7fbedba5cc (diff) | |
download | VeraCrypt-9582d8fbcb57c0297aad3d4a05eac53f1c125cd3.tar.gz VeraCrypt-9582d8fbcb57c0297aad3d4a05eac53f1c125cd3.zip |
Add stdin-supplied password support
Diffstat (limited to 'src/Main/UserPreferences.h')
-rw-r--r-- | src/Main/UserPreferences.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Main/UserPreferences.h b/src/Main/UserPreferences.h index 2c7d16f1..efc02d5e 100644 --- a/src/Main/UserPreferences.h +++ b/src/Main/UserPreferences.h @@ -43,6 +43,7 @@ namespace VeraCrypt MountDevicesOnLogon (false), MountFavoritesOnLogon (false), NonInteractive (false), + UseStandardInput (false), OpenExplorerWindowAfterMount (false), SaveHistory (false), StartOnLogon (false), @@ -83,6 +84,7 @@ namespace VeraCrypt bool MountDevicesOnLogon; bool MountFavoritesOnLogon; bool NonInteractive; + bool UseStandardInput; bool OpenExplorerWindowAfterMount; bool SaveHistory; FilePath SecurityTokenModule; |