Update launcher readme (#3034)

* Added readme and module overview link

* Fixed image link

* Added a known issue per review comment

* Changed images location
This commit is contained in:
Jessica Yuwono
2020-05-14 17:24:17 -07:00
committed by GitHub
parent 93dc96f150
commit 19f4ad0361
9 changed files with 74 additions and 2 deletions

View File

@@ -91,6 +91,8 @@ public:
// Create a Settings object.
PowerToysSettings::Settings settings(hinstance, get_name());
settings.set_description(GET_RESOURCE_STRING(IDS_LAUNCHER_SETTINGS_DESC));
settings.set_overview_link(L"https://github.com/microsoft/PowerToys/blob/master/src/modules/launcher/README.md");
return settings.serialize_to_buffer(buffer, buffer_size);
}