From 25f64beb3301ade5230d246b0c7303248e62fa1f Mon Sep 17 00:00:00 2001 From: Garulf <535299+Garulf@users.noreply.github.com> Date: Sat, 4 Dec 2021 01:14:08 -0500 Subject: [PATCH] Add FileCopy field --- Flow.Launcher.Plugin/Result.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Flow.Launcher.Plugin/Result.cs b/Flow.Launcher.Plugin/Result.cs index adf185557..324d4881e 100644 --- a/Flow.Launcher.Plugin/Result.cs +++ b/Flow.Launcher.Plugin/Result.cs @@ -30,6 +30,7 @@ namespace Flow.Launcher.Plugin public string ActionKeywordAssigned { get; set; } public string CopyText { get; set; } = String.Empty; + public string FileCopy { get; set; } = String.Empty; public string IcoPath {