mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
add action
This commit is contained in:
parent
7faa4bb0f4
commit
bf60f5d1a6
1 changed files with 2 additions and 1 deletions
|
|
@ -28,10 +28,11 @@ namespace Flow.Launcher.Plugin.Explorer
|
|||
return new ExplorerSettings(viewModel);
|
||||
}
|
||||
|
||||
public Task PathSelected(string filePath, string hotkey)
|
||||
public Task PathSelected(string path, string hotkey)
|
||||
{
|
||||
//checked the hotkey if is ctrl+c, then
|
||||
//copy file to clipboard.
|
||||
Context.API.ShowMsg("Success", string.Format("You have selected path \"{0}\", with hotkey \"{1}\"", path, hotkey));
|
||||
return Task.CompletedTask;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue