diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/Mount/Mount.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Mount/Mount.c b/src/Mount/Mount.c index 76fa0e3c..d3886726 100644 --- a/src/Mount/Mount.c +++ b/src/Mount/Mount.c @@ -9679,6 +9679,9 @@ BOOL MountFavoriteVolumes (HWND hwnd, BOOL systemFavorites, BOOL logOnMount, BOO { Sleep (5000); + SystemFavoritesServiceLogInfo (wstring (L"Updating list of host devices")); + UpdateMountableHostDeviceList (); + SystemFavoritesServiceLogInfo (wstring (L"Trying to mount skipped system favorites")); // Update the service status to avoid being killed |