VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/ExpandVolume
diff options
context:
space:
mode:
authorMounir IDRASSI <mounir.idrassi@idrix.fr>2023-06-02 09:39:14 +0200
committerMounir IDRASSI <mounir.idrassi@idrix.fr>2023-06-02 09:39:14 +0200
commit5e4e2e0483436031edfd525215110f6229ac406d (patch)
treea8571df28c507c012b0e895e0614e463ed44a7b0 /src/ExpandVolume
parent40b17cca0a399d7a27bb2cc55c3fd1f3f6220347 (diff)
downloadVeraCrypt-5e4e2e0483436031edfd525215110f6229ac406d.tar.gz
VeraCrypt-5e4e2e0483436031edfd525215110f6229ac406d.zip
Windows: Add dropdown menu to Mount button to allow mounting without cache
Diffstat (limited to 'src/ExpandVolume')
-rw-r--r--src/ExpandVolume/WinMain.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ExpandVolume/WinMain.cpp b/src/ExpandVolume/WinMain.cpp
index 49422319..f1e7bfad 100644
--- a/src/ExpandVolume/WinMain.cpp
+++ b/src/ExpandVolume/WinMain.cpp
@@ -292,6 +292,7 @@ void LoadSettings (HWND hwndDlg)
defaultMountOptions.PartitionInInactiveSysEncScope = FALSE;
defaultMountOptions.RecoveryMode = FALSE;
defaultMountOptions.UseBackupHeader = FALSE;
+ defaultMountOptions.SkipCachedPasswords = FALSE;
mountOptions = defaultMountOptions;