From 9582d8fbcb57c0297aad3d4a05eac53f1c125cd3 Mon Sep 17 00:00:00 2001 From: LouisTakePILLz Date: Wed, 12 Aug 2015 17:25:47 -0400 Subject: Add stdin-supplied password support --- src/Main/UserPreferences.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/Main/UserPreferences.h') 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; -- cgit v1.2.3