From 373da78b7b8ea1082c72d9272fc65b3648adb77b Mon Sep 17 00:00:00 2001 From: bao-qian Date: Sun, 8 May 2016 22:26:46 +0100 Subject: [PATCH] Misc --- Wox/PublicAPIInstance.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Wox/PublicAPIInstance.cs b/Wox/PublicAPIInstance.cs index 899bff9976..c4626cba8f 100644 --- a/Wox/PublicAPIInstance.cs +++ b/Wox/PublicAPIInstance.cs @@ -68,6 +68,7 @@ namespace Wox public void RestarApp() { + HideWox(); // we must force dispose application // UpdateManager.RestartApp() will call Environment.Exit(0) // which will cause ungraceful exit