From b84ca9b28373289fc7858a6f3f7c6f217d46bd9a Mon Sep 17 00:00:00 2001 From: Jack251970 <1160210343@qq.com> Date: Tue, 14 Oct 2025 19:39:33 +0800 Subject: [PATCH] Improve code quality --- Flow.Launcher/Storage/HistoryHelper.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Flow.Launcher/Storage/HistoryHelper.cs b/Flow.Launcher/Storage/HistoryHelper.cs index bb7f62eba..2f58b5bb7 100644 --- a/Flow.Launcher/Storage/HistoryHelper.cs +++ b/Flow.Launcher/Storage/HistoryHelper.cs @@ -13,7 +13,6 @@ public static class HistoryHelper { internal static List PopulateActions(this List items, bool isQuery) { - foreach (var item in items) { if (item.QueryAction != null && item.ExecuteAction != null) continue;