Added attachments drag & drop support
This commit is contained in:
10
Wino.Core.Domain/Translator.Designer.cs
generated
10
Wino.Core.Domain/Translator.Designer.cs
generated
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user