From 3d36513bd610b82b376a2e6f0691817533f34b4c Mon Sep 17 00:00:00 2001
From: Vic <10308169+VictoriousRaptor@users.noreply.github.com>
Date: Thu, 3 Nov 2022 01:17:25 +0800
Subject: [PATCH] Add MinHeight for ListViews
---
Flow.Launcher.Infrastructure/Logger/Log.cs | 4 ++--
Flow.Launcher/SettingWindow.xaml | 3 +++
2 files changed, 5 insertions(+), 2 deletions(-)
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}" />