Merge pull request #3 from pfriesch/patch-1

Add Image to clipboard data
This commit is contained in:
theolivenbaum
2021-12-09 17:50:54 +01:00
committed by GitHub

View File

@@ -34,5 +34,7 @@
/// The title of the url at text.
/// </summary>
public string Bookmark { get; set; }
public NativeImage? Image { get; set; }
}
}
}