diff --git a/ILSpy/MainWindow.xaml.cs b/ILSpy/MainWindow.xaml.cs index c34bf5a47..ec09383a2 100644 --- a/ILSpy/MainWindow.xaml.cs +++ b/ILSpy/MainWindow.xaml.cs @@ -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)