1
0
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:
Mounir IDRASSI
2014-07-27 13:03:29 +02:00
parent 88b4628c34
commit 80a26745a6
3 changed files with 5 additions and 3 deletions

View File

@@ -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)
{