From cdc244ec0649e813fb3c12c2ac79d24028efc55d Mon Sep 17 00:00:00 2001 From: bao-qian Date: Fri, 13 May 2016 23:54:41 +0100 Subject: [PATCH] Misc --- Wox/App.xaml.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Wox/App.xaml.cs b/Wox/App.xaml.cs index be698c0e84..e465eff63c 100644 --- a/Wox/App.xaml.cs +++ b/Wox/App.xaml.cs @@ -59,7 +59,7 @@ namespace Wox }); } - private async void OnActivated(object sender, EventArgs e) + private void OnActivated(object sender, EventArgs e) { // todo happlebao add option in gui if (_settings.AutoUpdates)