From f31abe83b0c2ee41cbb5922b5826993bc3b6c1bf Mon Sep 17 00:00:00 2001 From: 01Dri Date: Tue, 14 Oct 2025 23:12:25 -0300 Subject: [PATCH] PopulateHistoryFromLegacyHistory with HistoryStyle --- Flow.Launcher/Storage/QueryHistory.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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();