Add PowerRename icon (#537)

remove unused icons.
This commit is contained in:
Enrico Giordani
2019-10-21 13:28:21 +02:00
committed by GitHub
parent 123999febd
commit 5fb59cd64a
8 changed files with 31 additions and 112 deletions

View File

@@ -198,6 +198,7 @@ public:
// Create a Settings object.
PowerToysSettings::Settings settings(hinstance, get_name());
settings.set_description(L"A Windows Shell Extension for more advanced bulk renaming using search and replace or regular expressions.");
settings.set_icon_key(L"pt-power-rename");
// Link to the GitHub PowerRename sub-page
settings.set_overview_link(L"https://github.com/microsoft/PowerToys/tree/master/src/modules/powerrename");