Browse Source

Move R2R option page to the end of the list.

pull/1894/head
Siegfried Pammer 6 years ago
parent
commit
1c560e90f2
  1. 2
      ILSpy.ReadyToRun/ReadyToRunOptionPage.xaml.cs

2
ILSpy.ReadyToRun/ReadyToRunOptionPage.xaml.cs

@ -23,7 +23,7 @@ using ICSharpCode.ILSpy.Options;
namespace ICSharpCode.ILSpy.ReadyToRun namespace ICSharpCode.ILSpy.ReadyToRun
{ {
[ExportOptionPage(Title = "ReadyToRun", Order = 0)] [ExportOptionPage(Title = "ReadyToRun", Order = 40)]
partial class ReadyToRunOptionPage : UserControl, IOptionPage partial class ReadyToRunOptionPage : UserControl, IOptionPage
{ {
public ReadyToRunOptionPage() public ReadyToRunOptionPage()

Loading…
Cancel
Save