mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-06 03:07:04 +02:00
Safeguarding end user links in settings (#4226)
* first adjustment to wiki move * Image Resizer and deleting imgs for FZ * updating stuff to aka links * updating app to leverage aka links * moving files to wiki * KBM adjustment * updating * getting PT Run moved over * Shortcut guide and fixing launcher's readme text * Update README.md * img for shortcut guide moved to wiki * updated setting img to be aka link as well
This commit is contained in:
@@ -546,7 +546,7 @@ namespace FancyZonesUnitTests
|
||||
PowerToysSettings::Settings ptSettings(HINSTANCE{}, m_moduleName);
|
||||
ptSettings.set_description(IDS_SETTING_DESCRIPTION);
|
||||
ptSettings.set_icon_key(L"pt-fancy-zones");
|
||||
ptSettings.set_overview_link(L"https://github.com/microsoft/PowerToys/blob/master/src/modules/fancyzones/README.md");
|
||||
ptSettings.set_overview_link(L"https://aka.ms/PowerToysOverview_FancyZones");
|
||||
ptSettings.set_video_link(L"https://youtu.be/rTtGzZYAXgY");
|
||||
|
||||
ptSettings.add_custom_action(
|
||||
@@ -609,7 +609,7 @@ namespace FancyZonesUnitTests
|
||||
m_ptSettings = new PowerToysSettings::Settings(hInst, m_moduleName);
|
||||
m_ptSettings->set_description(IDS_SETTING_DESCRIPTION);
|
||||
m_ptSettings->set_icon_key(L"pt-fancy-zones");
|
||||
m_ptSettings->set_overview_link(L"https://github.com/microsoft/PowerToys/blob/master/src/modules/fancyzones/README.md");
|
||||
m_ptSettings->set_overview_link(L"https://aka.ms/PowerToysOverview_FancyZones");
|
||||
m_ptSettings->set_video_link(L"https://youtu.be/rTtGzZYAXgY");
|
||||
|
||||
m_ptSettings->add_custom_action(
|
||||
|
||||
Reference in New Issue
Block a user