mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-16 11:48:06 +01:00
[PTRun][Settings]Allow "Search Settings" to work and find the correct item. (#19030)
* Update for PTRun-Window-Search-Settings-19023 * Fixed xml formatting.
This commit is contained in:
@@ -4074,6 +4074,15 @@ namespace Microsoft.PowerToys.Run.Plugin.WindowsSettings.Properties {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Looks up a localized string similar to Windows search settings.
|
||||||
|
/// </summary>
|
||||||
|
internal static string WindowsSearchSettings {
|
||||||
|
get {
|
||||||
|
return ResourceManager.GetString("WindowsSearchSettings", resourceCulture);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Looks up a localized string similar to Windows Security.
|
/// Looks up a localized string similar to Windows Security.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|||||||
@@ -1775,6 +1775,10 @@
|
|||||||
<value>Windows search</value>
|
<value>Windows search</value>
|
||||||
<comment>Area Cortana</comment>
|
<comment>Area Cortana</comment>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="WindowsSearchSettings" xml:space="preserve">
|
||||||
|
<value>Windows search settings</value>
|
||||||
|
<comment>Area Cortana</comment>
|
||||||
|
</data>
|
||||||
<data name="WindowsSecurity" xml:space="preserve">
|
<data name="WindowsSecurity" xml:space="preserve">
|
||||||
<value>Windows Security</value>
|
<value>Windows Security</value>
|
||||||
<comment>Area UpdateAndSecurity</comment>
|
<comment>Area UpdateAndSecurity</comment>
|
||||||
|
|||||||
@@ -154,6 +154,7 @@
|
|||||||
"Name": "WindowsSearch",
|
"Name": "WindowsSearch",
|
||||||
"Areas": [ "AreaCortana" ],
|
"Areas": [ "AreaCortana" ],
|
||||||
"Type": "AppSettingsApp",
|
"Type": "AppSettingsApp",
|
||||||
|
"AltNames": [ "WindowsSearchSettings" ],
|
||||||
"Command": "ms-settings:cortana-windowssearch"
|
"Command": "ms-settings:cortana-windowssearch"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user