ClassicAssist
ClassicAssist copied to clipboard
auto sorting macros by name inside group
please add this feature, thank you
edit: also sorting macros on namechange / new macro would really be ideal
im looking at the MacrosTabViewModel.cs -> private void NewMacro( object obj )
im a bit rusty but shouldnt it be sufficient to add " Items.OrderByDescending( a => a ); " ?
edit: apparently not :)
seems to be fixes now as of 0.4.410
thank you !
my bad, it does infact sort but not properly by name