mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Add FileCopy field
This commit is contained in:
parent
20d80283a4
commit
25f64beb33
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue