mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
feat: Saving actions for history
This commit is contained in:
parent
4f2db28196
commit
06711d3b8b
1 changed files with 3 additions and 0 deletions
|
|
@ -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<ActionContext, bool> ExecuteAction { get; set; }
|
||||
public Func<ActionContext, bool> QueryAction { get; set; }
|
||||
|
||||
|
||||
public string GetTimeAgo()
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue