diff --git a/Flow.Launcher.Infrastructure/Logger/Log.cs b/Flow.Launcher.Infrastructure/Logger/Log.cs
index 75f208c9e..fbfda7efc 100644
--- a/Flow.Launcher.Infrastructure/Logger/Log.cs
+++ b/Flow.Launcher.Infrastructure/Logger/Log.cs
@@ -1,4 +1,4 @@
-using System.Diagnostics;
+using System.Diagnostics;
using System.IO;
using System.Runtime.CompilerServices;
using NLog;
@@ -142,7 +142,7 @@ namespace Flow.Launcher.Infrastructure.Logger
{
e = e.Demystify();
#if DEBUG
- ExceptionDispatchInfo.Capture(e).Throw();
+ //ExceptionDispatchInfo.Capture(e).Throw();
#else
if (FormatValid(message))
{
diff --git a/Flow.Launcher/SettingWindow.xaml b/Flow.Launcher/SettingWindow.xaml
index 3d2f9db0f..2226a7d3c 100644
--- a/Flow.Launcher/SettingWindow.xaml
+++ b/Flow.Launcher/SettingWindow.xaml
@@ -2460,6 +2460,7 @@
Text="{DynamicResource customQueryHotkey}" />