Update code comments

This commit is contained in:
Jack251970 2026-01-06 15:46:08 +08:00
parent 26e4529f27
commit 583bf74724

View file

@ -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))
{