Added attachments drag & drop support

This commit is contained in:
Aleh Khantsevich
2024-05-22 02:10:14 +02:00
parent 8f2f414f5e
commit 57e31c1dfb
5 changed files with 116 additions and 12 deletions

View File

@@ -253,6 +253,16 @@ namespace Wino.Core.Domain
/// </summary>
public static string ComposerToPlaceholder => Resources.GetTranslatedString(@"ComposerToPlaceholder");
/// <summary>
/// Drop your files here
/// </summary>
public static string ComposerAttachmentsDropZone_Message => Resources.GetTranslatedString(@"ComposerAttachmentsDropZone_Message");
/// <summary>
/// Attach
/// </summary>
public static string ComposerAttachmentsDragDropAttach_Message => Resources.GetTranslatedString(@"ComposerAttachmentsDragDropAttach_Message");
/// <summary>
/// Set custom accent color if you wish. Not selecting a color will use your Windows accent color.
/// </summary>