mirror of
https://github.com/microsoft/PowerToys.git
synced 2024-12-01 01:49:06 +08:00
Add Window Walker to module list (#1613)
This commit is contained in:
parent
98ed178d7b
commit
f0f044b766
@ -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/"))
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user