blish-hud / KillProof-Module

MIT License
3 stars 3 forks source link

Localization #13

Closed agaertner closed 4 years ago

agaertner commented 4 years ago

Also would be cool if we had a Sort() method for Dropdown.Items. Since it is an ObserveableCollection the current way is to make a temporary list, sort it and then add the elements to Dropdown.Items. Can't even AddRange on that so might be worth adding a Sort to the Dropdown class.