mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
update to use SetDataObject
This commit is contained in:
parent
f9b8216e3b
commit
93f4b6d90a
1 changed files with 1 additions and 1 deletions
|
|
@ -132,7 +132,7 @@ namespace Flow.Launcher.Plugin.BrowserBookmark
|
|||
{
|
||||
try
|
||||
{
|
||||
Clipboard.SetText(((BookmarkAttributes)selectedResult.ContextData).Url);
|
||||
Clipboard.SetDataObject(((BookmarkAttributes)selectedResult.ContextData).Url);
|
||||
|
||||
return true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue