From e9a3726bb40b8535d9793b06f1dcca95f9918a26 Mon Sep 17 00:00:00 2001 From: liufei Date: Thu, 6 Jan 2022 20:12:21 +0800 Subject: [PATCH] =?UTF-8?q?=E9=87=8A=E6=94=BE=E8=B5=84=E6=BA=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- MainWindow.xaml.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/MainWindow.xaml.cs b/MainWindow.xaml.cs index f9a3958..62dbb2f 100644 --- a/MainWindow.xaml.cs +++ b/MainWindow.xaml.cs @@ -491,6 +491,7 @@ namespace GeekDesk { MouseHookThread.Dispose(); } + hide.TimerStop(); Process p = new Process(); p.StartInfo.FileName = Constants.APP_DIR + "GeekDesk.exe";