mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Update code comments
This commit is contained in:
parent
26e4529f27
commit
583bf74724
1 changed files with 1 additions and 1 deletions
|
|
@ -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))
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue