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() {