mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-11 19:08:26 -06:00
Windows: fix regression when language selected in the setup during fresh install and that caused VeraCrypt background task to be disabled.
This commit is contained in:
@@ -6060,6 +6060,11 @@ BOOL CALLBACK MainDialogProc (HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lPa
|
||||
|
||||
LoadSettings (hwndDlg);
|
||||
|
||||
// Save language to XML configuration file if it has been selected in the setup
|
||||
// so that other VeraCrypt programs will pick it up
|
||||
if (bLanguageSetInSetup)
|
||||
SaveSettings (hwndDlg);
|
||||
|
||||
LoadDefaultKeyFilesParam ();
|
||||
RestoreDefaultKeyFilesParam ();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user