mirror of
https://github.com/microsoft/PowerToys
synced 2025-09-01 15:05:12 +00:00
I keep thinking it can't get any stupider and they keep bringing me back
This commit is contained in:
@@ -172,10 +172,11 @@ internal sealed partial class SampleListPage : ListPage
|
||||
{
|
||||
Title = "Get the name of the Foreground window",
|
||||
},
|
||||
new ListItem(new JustHasProps())
|
||||
{
|
||||
Title = "Not actually invokable",
|
||||
},
|
||||
|
||||
// new ListItem(new JustHasProps())
|
||||
// {
|
||||
// Title = "Not actually invokable",
|
||||
// },
|
||||
new ListItem(new CommandWithProperties())
|
||||
{
|
||||
Title = "I have properties",
|
||||
|
Reference in New Issue
Block a user