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 {