Add Image to clipboard data

This commit is contained in:
Pius Friesch
2021-12-09 17:46:30 +01:00
committed by GitHub
parent 2d940dbeee
commit b5e2b660f7

View File

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