Added pasting new memes, fixed offsets and changed out tray icon.
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
using EbbesMemeClipboard.Models;
|
||||
|
||||
namespace EbbesMemeClipboard.Services;
|
||||
|
||||
public interface IClipboardService
|
||||
@@ -8,4 +10,10 @@ public interface IClipboardService
|
||||
/// useful, and animated GIFs survive as animations wherever possible.
|
||||
/// </summary>
|
||||
Task CopyLocalFileAsync(string filePath);
|
||||
|
||||
/// <summary>
|
||||
/// Reads an importable image off the clipboard, preferring the highest-fidelity format
|
||||
/// available. Returns null when the clipboard holds no image (e.g. plain text).
|
||||
/// </summary>
|
||||
ClipboardImportPayload? TryReadImage();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user