mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Update the result when executing history item
This commit is contained in:
parent
e404d02965
commit
26e4529f27
1 changed files with 1 additions and 0 deletions
|
|
@ -101,6 +101,7 @@ namespace Flow.Launcher.Storage
|
|||
if (LastOpenedHistoryItems.Count > 0 &&
|
||||
TryGetLastOpenedHistoryResult(result, out var existingHistoryItem))
|
||||
{
|
||||
existingHistoryItem.ExecutedDateTime = DateTime.Now;
|
||||
if (existingHistoryItem.IcoPath != result.IcoPath)
|
||||
{
|
||||
existingHistoryItem.IcoPath = result.IcoPath;
|
||||
|
|
|
|||
Loading…
Reference in a new issue