diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2015-08-31 01:56:56 +0200 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2015-08-31 01:56:56 +0200 |
commit | 4470d11c39bca7c3d29f7dd596a8fa66f19d42bc (patch) | |
tree | d1899b3a02e915693a1d32e3c88bd007014e77a3 /src/Main/UserPreferences.h | |
parent | 90f91945582b2020f236d666e16028159143c57f (diff) | |
parent | 9582d8fbcb57c0297aad3d4a05eac53f1c125cd3 (diff) | |
download | VeraCrypt-4470d11c39bca7c3d29f7dd596a8fa66f19d42bc.tar.gz VeraCrypt-4470d11c39bca7c3d29f7dd596a8fa66f19d42bc.zip |
Merge pull request #18 from LouisTakePILLz/master
Linux/MacOSX: Support supplying password to VeraCrypt via pipe (stdin)
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; |