mirror of https://github.com/icsharpcode/ILSpy.git
Browse Source
SortAssemblyListCommand and CollapseAllCommand both left ToolbarOrder at its default of 0, so their relative position on the toolbar fell out of MEF discovery order. Make it explicit: Sort = 0, Collapse = 1. Assisted-by: Claude:claude-opus-4-7:Claude Codepull/3755/head
1 changed files with 2 additions and 2 deletions
Loading…
Reference in new issue