mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-01-16 09:16:49 +01:00
fix bug
This commit is contained in:
@@ -26,7 +26,7 @@ public class SamplePagesCommandsProvider : ICommandProvider
|
||||
Title = "List Page Sample Command",
|
||||
Subtitle = "SamplePages Extension",
|
||||
},
|
||||
new ListItem(new SampleListPage())
|
||||
new ListItem(new SampleFormPage())
|
||||
{
|
||||
Title = "Form Page Sample Command",
|
||||
Subtitle = "SamplePages Extension",
|
||||
|
||||
Reference in New Issue
Block a user