Fix for Everything v1.5(a) and later. Supports both v1.4 and v1.5. Turning off alpha_instance is no longer necessary. Also fixes a bug which crashes QuickLook when the path returned by client program is quoted.

This commit is contained in:
Shaan
2024-09-22 16:22:27 +06:00
parent e2f1fddb09
commit 6c800b1379
4 changed files with 59 additions and 25 deletions

View File

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