We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e96d1a commit f31abe8Copy full SHA for f31abe8
Flow.Launcher/Storage/QueryHistory.cs
@@ -33,7 +33,8 @@ public void PopulateHistoryFromLegacyHistory()
33
LastOpenedHistoryItems.Add(new LastOpenedHistoryItem
34
{
35
Query = item.Query,
36
- ExecutedDateTime = item.ExecutedDateTime
+ ExecutedDateTime = item.ExecutedDateTime,
37
+ HistoryStyle = HistoryStyle.Query
38
});
39
}
40
Items.Clear();
0 commit comments