Windows: Continuation of fix for wrong update of configuration XML file.

This commit is contained in:
Mounir IDRASSI 2016-02-08 00:29:47 +01:00
parent 8518d55834
commit 8e2793085e

View File

@ -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);