[TODO] Unify Gyro Trigger menus
Ryochan7 opened this issue · 1 comments
Ryochan7 commented
Currently experimenting with getting rid of the separate Button with ContextMenu instances used for setting Gyro Triggers and maintaining one list that contains the necessary controls. I have made a prototype UserControl that does the job but having to expose certain properties to later bind to in the XAML is a bit of extra overhead. Maybe it would be better to create the ContextMenu from a list of elements from the ViewModel? IDK.