Browse Source

sws: Fixed a bug that could prevent correct reload of settings when entries were deleted from the registry

Valentin Radu 3 years ago
parent
commit
cbc5f19c25
  1. 1
      ExplorerPatcher/dllmain.c

1
ExplorerPatcher/dllmain.c

@ -5618,6 +5618,7 @@ void sws_ReadSettings(sws_WindowSwitcher* sws)
{ {
if (sws) if (sws)
{ {
sws_WindowSwitcher_InitializeDefaultSettings(sws);
dwSize = sizeof(DWORD); dwSize = sizeof(DWORD);
RegQueryValueExW( RegQueryValueExW(
hKey, hKey,

Loading…
Cancel
Save