Browse Source

Use ShowsUIOnMainThread = true

pull/2998/head
Christoph Wille 2 years ago
parent
commit
3f7889bea1
  1. 1
      ILSpy/MainWindow.xaml.cs

1
ILSpy/MainWindow.xaml.cs

@ -957,6 +957,7 @@ namespace ICSharpCode.ILSpy @@ -957,6 +957,7 @@ namespace ICSharpCode.ILSpy
w.Style = (Style)Application.Current.FindResource("DialogWindow");
}
},
ShowsUIOnMainThread = true,
RelaunchAfterUpdate = false,
CustomInstallerArguments = "",
Configuration = new JSONConfiguration(new NetSparkleUpdater.AssemblyAccessors.AssemblyReflectionAccessor(null), sparkleSettingsPath)

Loading…
Cancel
Save