Add FileCopy field

This commit is contained in:
Garulf 2021-12-04 01:14:08 -05:00
parent 20d80283a4
commit 25f64beb33

View file

@ -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
{