diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2018-08-08 00:10:07 +0200 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2018-08-08 00:34:17 +0200 |
commit | aac203673858e9d16974fb1f8a0a72c3b3eaec14 (patch) | |
tree | d8e1f3b324a91bc96a1581a38f237d44406f8320 /src/Main/Forms/MountOptionsDialog.cpp | |
parent | 41ba7a06d3ac55752f9f50a1454eacdda62b1ae4 (diff) | |
download | VeraCrypt-aac203673858e9d16974fb1f8a0a72c3b3eaec14.tar.gz VeraCrypt-aac203673858e9d16974fb1f8a0a72c3b3eaec14.zip |
Linux/MacOSX/FreeBSD: Add CheckBox in mount option dialog to force the use of embedded backup header during mount.
Diffstat (limited to 'src/Main/Forms/MountOptionsDialog.cpp')
-rw-r--r-- | src/Main/Forms/MountOptionsDialog.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Main/Forms/MountOptionsDialog.cpp b/src/Main/Forms/MountOptionsDialog.cpp index c33cf9fe..815cd523 100644 --- a/src/Main/Forms/MountOptionsDialog.cpp +++ b/src/Main/Forms/MountOptionsDialog.cpp @@ -81,6 +81,7 @@ namespace VeraCrypt FilesystemOptionsTextCtrl->SetValue (Options.FilesystemOptions); ReadOnlyCheckBox->SetValue (Options.Protection == VolumeProtection::ReadOnly); + BackupHeaderCheckBox->SetValidator (wxGenericValidator (&Options.UseBackupHeaders)); ProtectionCheckBox->SetValue (Options.Protection == VolumeProtection::HiddenVolumeReadOnly); OptionsButtonLabel = OptionsButton->GetLabel(); |