mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-11 19:08:26 -06:00
Windows: in case of system favorite mounting, update list of host devices before each retry to mount disconnected favorites.
This commit is contained in:
@@ -9679,6 +9679,9 @@ BOOL MountFavoriteVolumes (HWND hwnd, BOOL systemFavorites, BOOL logOnMount, BOO
|
|||||||
{
|
{
|
||||||
Sleep (5000);
|
Sleep (5000);
|
||||||
|
|
||||||
|
SystemFavoritesServiceLogInfo (wstring (L"Updating list of host devices"));
|
||||||
|
UpdateMountableHostDeviceList ();
|
||||||
|
|
||||||
SystemFavoritesServiceLogInfo (wstring (L"Trying to mount skipped system favorites"));
|
SystemFavoritesServiceLogInfo (wstring (L"Trying to mount skipped system favorites"));
|
||||||
|
|
||||||
// Update the service status to avoid being killed
|
// Update the service status to avoid being killed
|
||||||
|
|||||||
Reference in New Issue
Block a user