Skip to content

Commit 25f64be

Browse files
committed
Add FileCopy field
1 parent 20d8028 commit 25f64be

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Flow.Launcher.Plugin/Result.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ public class Result
3030
public string ActionKeywordAssigned { get; set; }
3131

3232
public string CopyText { get; set; } = String.Empty;
33+
public string FileCopy { get; set; } = String.Empty;
3334

3435
public string IcoPath
3536
{

0 commit comments

Comments
 (0)