mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-11 11:08:02 -06:00
Linux/MacOSX/FreeBSD: Add CheckBox in mount option dialog to force the use of embedded backup header during mount.
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user