Browse Source

Remove unnecessary Export attribute from SearchModeModel

pull/3642/head
Lex Li 3 months ago
parent
commit
85d8ba15c6
  1. 1
      ILSpy/Search/SearchPaneModel.cs

1
ILSpy/Search/SearchPaneModel.cs

@ -32,7 +32,6 @@ namespace ICSharpCode.ILSpy.Search @@ -32,7 +32,6 @@ namespace ICSharpCode.ILSpy.Search
public ImageSource Image { get; init; }
}
[Export]
[ExportToolPane]
[Shared]
public partial class SearchPaneModel : ToolPaneModel

Loading…
Cancel
Save