mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-11 11:08:02 -06:00
Windows: Continuation of fix for wrong update of configuration XML file.
This commit is contained in:
@@ -844,7 +844,7 @@ void SaveSettings (HWND hwndDlg)
|
|||||||
|
|
||||||
ConfigWriteInt ("OpenExplorerWindowAfterMount", bExplore);
|
ConfigWriteInt ("OpenExplorerWindowAfterMount", bExplore);
|
||||||
ConfigWriteInt ("UseDifferentTrayIconIfVolumesMounted", bUseDifferentTrayIconIfVolMounted);
|
ConfigWriteInt ("UseDifferentTrayIconIfVolumesMounted", bUseDifferentTrayIconIfVolMounted);
|
||||||
ConfigWriteInt ("SaveVolumeHistory", !IsButtonChecked (GetDlgItem (hwndDlg, IDC_NO_HISTORY)));
|
ConfigWriteInt ("SaveVolumeHistory", bHistory);
|
||||||
|
|
||||||
ConfigWriteInt ("CachePasswords", bCacheInDriverDefault);
|
ConfigWriteInt ("CachePasswords", bCacheInDriverDefault);
|
||||||
ConfigWriteInt ("CachePasswordDuringMultipleMount", bCacheDuringMultipleMount);
|
ConfigWriteInt ("CachePasswordDuringMultipleMount", bCacheDuringMultipleMount);
|
||||||
|
|||||||
Reference in New Issue
Block a user