diff --git a/Flow.Launcher/Storage/QueryHistory.cs b/Flow.Launcher/Storage/QueryHistory.cs index 7be099115..5d19aed38 100644 --- a/Flow.Launcher/Storage/QueryHistory.cs +++ b/Flow.Launcher/Storage/QueryHistory.cs @@ -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();