diff --git a/MeoAsstGui/MainWindow.xaml.cs b/MeoAsstGui/MainWindow.xaml.cs index f3d927766c..aa8b3f6f75 100644 --- a/MeoAsstGui/MainWindow.xaml.cs +++ b/MeoAsstGui/MainWindow.xaml.cs @@ -44,6 +44,7 @@ namespace MeoAsstGui UpdateDialog dialog = new UpdateDialog(); dialog.CheckUpdateAndShowDialog(); + dialog.Close(); p_asst = CreateAsst(); update_times.Tick += new EventHandler(updateExecTimes);