From 19bf2e3614f330fa04038cba0e4c033db5c9c9bd Mon Sep 17 00:00:00 2001 From: Jeff Lord Date: Wed, 29 Jun 2022 09:51:59 -0400 Subject: [PATCH] [PTRun][Settings]Allow "Search Settings" to work and find the correct item. (#19030) * Update for PTRun-Window-Search-Settings-19023 * Fixed xml formatting. --- .../Properties/Resources.Designer.cs | 9 +++++++++ .../Properties/Resources.resx | 4 ++++ .../WindowsSettings.json | 1 + 3 files changed, 14 insertions(+) diff --git a/src/modules/launcher/Plugins/Microsoft.PowerToys.Run.Plugin.WindowsSettings/Properties/Resources.Designer.cs b/src/modules/launcher/Plugins/Microsoft.PowerToys.Run.Plugin.WindowsSettings/Properties/Resources.Designer.cs index a1c5d80c49..17871ad847 100644 --- a/src/modules/launcher/Plugins/Microsoft.PowerToys.Run.Plugin.WindowsSettings/Properties/Resources.Designer.cs +++ b/src/modules/launcher/Plugins/Microsoft.PowerToys.Run.Plugin.WindowsSettings/Properties/Resources.Designer.cs @@ -4074,6 +4074,15 @@ namespace Microsoft.PowerToys.Run.Plugin.WindowsSettings.Properties { } } + /// + /// Looks up a localized string similar to Windows search settings. + /// + internal static string WindowsSearchSettings { + get { + return ResourceManager.GetString("WindowsSearchSettings", resourceCulture); + } + } + /// /// Looks up a localized string similar to Windows Security. /// diff --git a/src/modules/launcher/Plugins/Microsoft.PowerToys.Run.Plugin.WindowsSettings/Properties/Resources.resx b/src/modules/launcher/Plugins/Microsoft.PowerToys.Run.Plugin.WindowsSettings/Properties/Resources.resx index 0aab3b6545..0eab37985e 100644 --- a/src/modules/launcher/Plugins/Microsoft.PowerToys.Run.Plugin.WindowsSettings/Properties/Resources.resx +++ b/src/modules/launcher/Plugins/Microsoft.PowerToys.Run.Plugin.WindowsSettings/Properties/Resources.resx @@ -1775,6 +1775,10 @@ Windows search Area Cortana + + Windows search settings + Area Cortana + Windows Security Area UpdateAndSecurity diff --git a/src/modules/launcher/Plugins/Microsoft.PowerToys.Run.Plugin.WindowsSettings/WindowsSettings.json b/src/modules/launcher/Plugins/Microsoft.PowerToys.Run.Plugin.WindowsSettings/WindowsSettings.json index 0a992d780b..502e41a642 100644 --- a/src/modules/launcher/Plugins/Microsoft.PowerToys.Run.Plugin.WindowsSettings/WindowsSettings.json +++ b/src/modules/launcher/Plugins/Microsoft.PowerToys.Run.Plugin.WindowsSettings/WindowsSettings.json @@ -154,6 +154,7 @@ "Name": "WindowsSearch", "Areas": [ "AreaCortana" ], "Type": "AppSettingsApp", + "AltNames": [ "WindowsSearchSettings" ], "Command": "ms-settings:cortana-windowssearch" }, {