diff --git a/Flow.Launcher/Storage/History.cs b/Flow.Launcher/Storage/History.cs index a11222db8..b0fd2a4c9 100644 --- a/Flow.Launcher/Storage/History.cs +++ b/Flow.Launcher/Storage/History.cs @@ -50,7 +50,7 @@ namespace Flow.Launcher.Storage QueryAction = HistoryHelper.GetQueryAction(item.Query) }); } - if (Items.Any()) Items.Clear(); + if (Items.Count > 0) Items.Clear(); }