Add Window Walker to module list (#1613)

This commit is contained in:
Betsegaw Tadele 2020-03-17 15:19:36 -07:00 committed by GitHub
parent 98ed178d7b
commit f0f044b766
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -188,7 +188,8 @@ int runner(bool isProcessElevated)
L"fancyzones.dll", L"fancyzones.dll",
L"PowerRenameExt.dll", L"PowerRenameExt.dll",
L"ImageResizerExt.dll", L"ImageResizerExt.dll",
L"powerpreview.dll" L"powerpreview.dll",
L"WindowWalker.dll"
}; };
for (auto& file : std::filesystem::directory_iterator(L"modules/")) for (auto& file : std::filesystem::directory_iterator(L"modules/"))
{ {