From 3f7889bea1c96d9ce9f9c0fc41eea6e13a4ef4aa Mon Sep 17 00:00:00 2001 From: Christoph Wille Date: Wed, 7 Jun 2023 07:16:38 +0200 Subject: [PATCH] Use ShowsUIOnMainThread = true --- ILSpy/MainWindow.xaml.cs | 1 + 1 file changed, 1 insertion(+) 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)