cs-util-com / cscore

cscore is a minimal-footprint library providing commonly used helpers & patterns for your C# projects. It can be used in both pure C# and Unity projects.
https://cs-util-com.github.io/cscore/
Apache License 2.0
195 stars 32 forks source link

Feature/action menu favorites v2 #46

Closed cs-util closed 4 years ago

cs-util commented 4 years ago

Did some improvements to the generic action menu so that the favorite actions selected by the user are the one that show in the menu the second time its opened. this way once the favorite feature was used it resembles a normal clean menu with only the actions the user is regularly interested in and everything else hidden behind the "more" button


This change is Reviewable