mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-03 17:56:44 +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 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,
|
||||
|
||||
Reference in New Issue
Block a user