Copy base64 hash of content

This commit is contained in:
2023-05-12 16:54:35 +02:00
parent 568bfde2fb
commit 0429709175
5 changed files with 45 additions and 2 deletions

View File

@@ -23,6 +23,7 @@ public class SystemClipboardService : ISystemClipboardService
await clipboard.ClearAsync();
var formats = await clipboard.GetFormatsAsync();
if (!formats.Contains("asd")) return;
var obj = (await clipboard.GetDataAsync("PNG"));
/*var ms = new MemoryStream();