rainyl / Flow.Launcher.Plugin.ClipboardR

A Flow Launcher Plugin which saves your clipboard activity.
Apache License 2.0
17 stars 2 forks source link

API method CopyToClipboard has been modified #4

Closed jjw24 closed 1 year ago

jjw24 commented 1 year ago

Hi there, we have made a slight modification to the CopyToClipboard API method. Not sure if it's used here but thought would make you aware of this change.

More details see https://github.com/Flow-Launcher/Flow.Launcher/pull/2143/files

jjw24 commented 1 year ago

Just had a look at your code, it doesn't look like you are using this API method. Closing.

rainyl commented 1 year ago

Well, thanks for your kind information. Yes, I employed the System.Windows.Forms.Clipboard.SetDataObject() method directly and I think it won't affect this plugin.