mirror of
https://github.com/veracrypt/VeraCrypt
synced 2024-11-10 13:13:34 +01:00
Windows: Continuation of fix for wrong update of configuration XML file.
This commit is contained in:
parent
8518d55834
commit
8e2793085e
@ -844,7 +844,7 @@ void SaveSettings (HWND hwndDlg)
|
||||
|
||||
ConfigWriteInt ("OpenExplorerWindowAfterMount", bExplore);
|
||||
ConfigWriteInt ("UseDifferentTrayIconIfVolumesMounted", bUseDifferentTrayIconIfVolMounted);
|
||||
ConfigWriteInt ("SaveVolumeHistory", !IsButtonChecked (GetDlgItem (hwndDlg, IDC_NO_HISTORY)));
|
||||
ConfigWriteInt ("SaveVolumeHistory", bHistory);
|
||||
|
||||
ConfigWriteInt ("CachePasswords", bCacheInDriverDefault);
|
||||
ConfigWriteInt ("CachePasswordDuringMultipleMount", bCacheDuringMultipleMount);
|
||||
|
Loading…
Reference in New Issue
Block a user