zadjii-msft / PowerToys

Windows system utilities to maximize productivity
MIT License
2 stars 2 forks source link

Investigate DisplayName property in the CommandProvider class #87

Open joadoumie opened 1 week ago

joadoumie commented 1 week ago

Description of the new feature / enhancement

This is not being used in the UI anywhere (yet)... we should think about this field and remove it if it is superflous.

Scenario when this would be used?

NA

Supporting information

No response

zadjii commented 1 week ago

Pretty confident it was vestigial. Only place I could think it would be useful would be in the settings. But even there, the name of the app itself is probably fine, and/or we can just use the names of the top-level commands

joadoumie commented 1 week ago

It may actually be really nice for settings to display that string instead of whatever the app name is. Maybe we can use that as the first string shown & if empty we'll fall back on the package name.