mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-12 16:57:22 +01:00
make download ui clickthrough, add option to move it, add forbidden transfers list
This commit is contained in:
parent
af06fd9b87
commit
cf87ed5019
7 changed files with 109 additions and 9 deletions
|
|
@ -25,6 +25,7 @@ public class UploadFileTransfer : FileTransfer
|
|||
{
|
||||
public UploadFileTransfer(UploadFileDto dto) : base(dto) { }
|
||||
public override long Total { get; set; }
|
||||
public string LocalFile { get; set; } = string.Empty;
|
||||
}
|
||||
|
||||
public class DownloadFileTransfer : FileTransfer
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue