Remove display attributes

This commit is contained in:
Pat Hartl 2023-10-24 19:13:09 -05:00
parent 4dfed69a91
commit 5e47d8fa3d

View file

@ -4,15 +4,10 @@
{ {
Install, Install,
Uninstall, Uninstall,
[Display(Name = "Name Change")]
NameChange, NameChange,
[Display(Name = "Key Change")]
KeyChange, KeyChange,
[Display(Name = "Save Upload")]
SaveUpload, SaveUpload,
[Display(Name = "Save Download")]
SaveDownload, SaveDownload,
[Display(Name = "Detect Install")]
DetectInstall DetectInstall
} }
} }