mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-11 19:08:26 -06:00
Linux: don't ask for PIM if TrueCryptMode enabled, both in command line and GUI
This commit is contained in:
1
src/Main/Forms/VolumePasswordPanel.h
Normal file → Executable file
1
src/Main/Forms/VolumePasswordPanel.h
Normal file → Executable file
@@ -50,6 +50,7 @@ namespace VeraCrypt
|
||||
void OnUpdate () { UpdateEvent.Raise(); }
|
||||
void OnUseKeyfilesCheckBoxClick (wxCommandEvent& event) { OnUpdate(); }
|
||||
void WipeTextCtrl (wxTextCtrl *textCtrl);
|
||||
void OnTrueCryptModeChecked( wxCommandEvent& event );
|
||||
|
||||
shared_ptr <KeyfileList> Keyfiles;
|
||||
shared_ptr <Functor> UpdateCallback;
|
||||
|
||||
Reference in New Issue
Block a user