mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-03 09:46:54 +02:00
cmdpal: add IDs to all PT commands (#45840)
Adds IDs to all the PT extension commands. This will let all the PT commands be pinned, ala #45191
This commit is contained in:
@@ -18,7 +18,7 @@ internal sealed class NewPlusModuleCommandProvider : ModuleCommandProvider
|
||||
var title = SettingsWindow.NewPlus.ModuleDisplayName();
|
||||
var icon = SettingsWindow.NewPlus.ModuleIcon();
|
||||
|
||||
yield return new ListItem(new OpenInSettingsCommand(SettingsWindow.NewPlus, title))
|
||||
yield return new ListItem(new OpenInSettingsCommand(SettingsWindow.NewPlus, title) { Id = "com.microsoft.powertoys.newPlus.openSettings" })
|
||||
{
|
||||
Title = title,
|
||||
Subtitle = Resources.NewPlus_Settings_Subtitle,
|
||||
|
||||
Reference in New Issue
Block a user