mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-11 11:08:02 -06:00
Linux GUI : hide the wipe choice during volume creation. Remove extra content from wipe choice list.
This commit is contained in:
@@ -62,7 +62,9 @@ namespace VeraCrypt
|
||||
KeyfilesButton->Show (enableKeyfiles);
|
||||
|
||||
Pkcs5PrfStaticText->Show (enablePkcs5Prf);
|
||||
Pkcs5PrfChoice->Show (enablePkcs5Prf);
|
||||
Pkcs5PrfChoice->Show (enablePkcs5Prf);
|
||||
HeaderWipeCountText->Show (enablePkcs5Prf);
|
||||
HeaderWipeCount->Show (enablePkcs5Prf);
|
||||
|
||||
if (enablePkcs5Prf)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user