mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Use ResultCopy to support files
This commit is contained in:
parent
f992729147
commit
ed11cc2b22
1 changed files with 1 additions and 1 deletions
|
|
@ -118,7 +118,7 @@ namespace Flow.Launcher
|
|||
|
||||
public void CopyToClipboard(string text)
|
||||
{
|
||||
Clipboard.SetDataObject(text);
|
||||
_mainVM.ResultCopy(text);
|
||||
}
|
||||
|
||||
public void StartLoadingBar() => _mainVM.ProgressBarVisibility = Visibility.Visible;
|
||||
|
|
|
|||
Loading…
Reference in a new issue