diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2016-05-05 11:12:25 (GMT) |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2016-05-05 14:48:05 (GMT) |
commit | 53aabf3f14e75762759bf58fbe726934db38ef76 (patch) | |
tree | d63c649ff16f714b85ab3d71169c970a55b00cab /src/Format | |
parent | fb9a49cb1afeebfda621774cd381791c78721949 (diff) | |
download | VeraCrypt-53aabf3f14e75762759bf58fbe726934db38ef76.zip VeraCrypt-53aabf3f14e75762759bf58fbe726934db38ef76.tar.gz |
Windows: Add option and command line switch to hide waiting dialog when performing operations.
Diffstat (limited to 'src/Format')
-rw-r--r-- | src/Format/Tcformat.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Format/Tcformat.c b/src/Format/Tcformat.c index 4a00208..a437253 100644 --- a/src/Format/Tcformat.c +++ b/src/Format/Tcformat.c @@ -766,6 +766,8 @@ static void LoadSettingsAndCheckModified (HWND hwndDlg, BOOL bOnlyCheckModified, ConfigReadCompareInt ("ShowDisconnectedNetworkDrives", FALSE, &bShowDisconnectedNetworkDrives, bOnlyCheckModified, pbSettingsModified);
+ ConfigReadCompareInt ("HideWaitingDialog", FALSE, &bHideWaitingDialog, bOnlyCheckModified, pbSettingsModified);
+
ConfigReadCompareInt ("SaveVolumeHistory", FALSE, &bHistory, bOnlyCheckModified, pbSettingsModified);
{
|