From dab705a3ded6cdc63deadbe72bd09eec574e2c60 Mon Sep 17 00:00:00 2001 From: MistEO Date: Tue, 20 Jul 2021 23:36:57 +0800 Subject: [PATCH] fixed bug: process cannot exit --- MeoAsstGui/MainWindow.xaml.cs | 1 + 1 file changed, 1 insertion(+) 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);