From 583bf74724fe9a94ac634f9564495e5090ab5b20 Mon Sep 17 00:00:00 2001 From: Jack251970 <1160210343@qq.com> Date: Tue, 6 Jan 2026 15:46:08 +0800 Subject: [PATCH] Update code comments --- Flow.Launcher/Storage/QueryHistory.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Flow.Launcher/Storage/QueryHistory.cs b/Flow.Launcher/Storage/QueryHistory.cs index 38bfe0c49..803591662 100644 --- a/Flow.Launcher/Storage/QueryHistory.cs +++ b/Flow.Launcher/Storage/QueryHistory.cs @@ -97,7 +97,7 @@ namespace Flow.Launcher.Storage // containing datetime string. if (string.IsNullOrEmpty(result.PluginID)) return; - // If the last item is the same as the current result, just update the icon path + // If the last item is the same as the current result, just update the timestamp and the icon path if (LastOpenedHistoryItems.Count > 0 && TryGetLastOpenedHistoryResult(result, out var existingHistoryItem)) {