mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-12 11:28:26 -06:00
Linux/macOS: Add CLI switch (--size=max) and UI option to give a file container all available free space.
This commit also makes --size switch accept KiB/MiB/GiB/TiB prefixes and adds TiB choice in UI.
This commit is contained in:
@@ -37,13 +37,15 @@ namespace VeraCrypt
|
||||
{
|
||||
KB = 0,
|
||||
MB,
|
||||
GB
|
||||
GB,
|
||||
TB
|
||||
};
|
||||
};
|
||||
|
||||
void OnBrowseButtonClick (wxCommandEvent& event);
|
||||
void OnVolumeSizePrefixSelected (wxCommandEvent& event) { PageUpdatedEvent.Raise(); }
|
||||
void OnVolumeSizeTextChanged (wxCommandEvent& event) { PageUpdatedEvent.Raise(); }
|
||||
void OnUseAllFreeSpaceCheckBoxClick( wxCommandEvent& event );
|
||||
|
||||
uint64 MaxVolumeSize;
|
||||
bool MaxVolumeSizeValid;
|
||||
|
||||
Reference in New Issue
Block a user