mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-11 19:08:26 -06:00
Linux/MacOSX: Implement TrueCrypt conversion and loading support. Correct many GTK issues linked to multi-threaded origine of events by implementing an automatic mechanism for handling such requests in the main thread.
This commit is contained in:
4
src/Core/MountOptions.h
Executable file → Normal file
4
src/Core/MountOptions.h
Executable file → Normal file
@@ -31,7 +31,8 @@ namespace VeraCrypt
|
||||
Removable (false),
|
||||
SharedAccessAllowed (false),
|
||||
SlotNumber (0),
|
||||
UseBackupHeaders (false)
|
||||
UseBackupHeaders (false),
|
||||
TrueCryptMode (false)
|
||||
{
|
||||
}
|
||||
|
||||
@@ -63,6 +64,7 @@ namespace VeraCrypt
|
||||
bool SharedAccessAllowed;
|
||||
VolumeSlotNumber SlotNumber;
|
||||
bool UseBackupHeaders;
|
||||
bool TrueCryptMode;
|
||||
|
||||
protected:
|
||||
void CopyFrom (const MountOptions &other);
|
||||
|
||||
Reference in New Issue
Block a user