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:
Mike Griese
2026-03-04 01:25:56 -06:00
committed by GitHub
parent c23ba227b4
commit f6309ac549
31 changed files with 81 additions and 67 deletions

View File

@@ -18,7 +18,7 @@ internal sealed class FileLocksmithModuleCommandProvider : ModuleCommandProvider
var title = SettingsWindow.FileLocksmith.ModuleDisplayName();
var icon = SettingsWindow.FileLocksmith.ModuleIcon();
yield return new ListItem(new OpenInSettingsCommand(SettingsWindow.FileLocksmith, title))
yield return new ListItem(new OpenInSettingsCommand(SettingsWindow.FileLocksmith, title) { Id = "com.microsoft.powertoys.fileLocksmith.openSettings" })
{
Title = title,
Subtitle = Resources.FileLocksmith_Settings_Subtitle,