mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
PopulateHistoryFromLegacyHistory with HistoryStyle
This commit is contained in:
parent
8e96d1a461
commit
f31abe83b0
1 changed files with 2 additions and 1 deletions
|
|
@ -33,7 +33,8 @@ namespace Flow.Launcher.Storage
|
|||
LastOpenedHistoryItems.Add(new LastOpenedHistoryItem
|
||||
{
|
||||
Query = item.Query,
|
||||
ExecutedDateTime = item.ExecutedDateTime
|
||||
ExecutedDateTime = item.ExecutedDateTime,
|
||||
HistoryStyle = HistoryStyle.Query
|
||||
});
|
||||
}
|
||||
Items.Clear();
|
||||
|
|
|
|||
Loading…
Reference in a new issue