Everything executes selected items from another (hidden) window (ref #521)

This commit is contained in:
Paddy Xu
2019-09-25 21:25:54 +03:00
parent 8549f24d0a
commit cb0005118c
2 changed files with 4 additions and 2 deletions

View File

@@ -40,7 +40,7 @@ Shell32::FocusedWindowType Shell32::GetFocusedWindowType()
{
return DOPUS;
}
if (wcscmp(classBuffer, L"EVERYTHING") == 0)
if (wcscmp(classBuffer, L"EVERYTHING") == 0 || wcscmp(classBuffer, L"EVERYTHING_SHELL_EXECUTE") == 0)
{
return EVERYTHING;
}