mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-22 22:50:03 +01:00
Add Window Walker to module list (#1613)
This commit is contained in:
@@ -188,7 +188,8 @@ int runner(bool isProcessElevated)
|
||||
L"fancyzones.dll",
|
||||
L"PowerRenameExt.dll",
|
||||
L"ImageResizerExt.dll",
|
||||
L"powerpreview.dll"
|
||||
L"powerpreview.dll",
|
||||
L"WindowWalker.dll"
|
||||
};
|
||||
for (auto& file : std::filesystem::directory_iterator(L"modules/"))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user