From 06711d3b8b55b7d3d8bca37e99e4d0a7c1fb8f6b Mon Sep 17 00:00:00 2001 From: 01Dri Date: Wed, 8 Oct 2025 21:12:36 -0300 Subject: [PATCH] feat: Saving actions for history --- Flow.Launcher/Storage/HistoryItem.cs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Flow.Launcher/Storage/HistoryItem.cs b/Flow.Launcher/Storage/HistoryItem.cs index cb95e75d1..e8838d169 100644 --- a/Flow.Launcher/Storage/HistoryItem.cs +++ b/Flow.Launcher/Storage/HistoryItem.cs @@ -14,6 +14,9 @@ public class HistoryItem public string PluginID { get; set; } = string.Empty; public Query OriginQuery { get; set; } = null!; public DateTime ExecutedDateTime { get; set; } + public Func ExecuteAction { get; set; } + public Func QueryAction { get; set; } + public string GetTimeAgo() {