mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-11 19:08:26 -06:00
Windows: Add dropdown menu to Mount button to allow mounting without cache
This commit is contained in:
@@ -8887,7 +8887,7 @@ int MountVolume (HWND hwndDlg,
|
||||
}
|
||||
|
||||
// If using cached passwords, check cache status first
|
||||
if (password == NULL && IsPasswordCacheEmpty ())
|
||||
if (password == NULL && (mountOptions->SkipCachedPasswords || IsPasswordCacheEmpty ()))
|
||||
return 0;
|
||||
|
||||
ZeroMemory (&mount, sizeof (mount));
|
||||
|
||||
Reference in New Issue
Block a user