mirror of
https://github.com/QL-Win/QuickLook.git
synced 2025-09-25 19:48:04 +00:00
Everything executes selected items from another (hidden) window (ref #521)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user