opt: add resume btn
This commit is contained in:
parent
d186dd26a2
commit
39eb1b7211
6 changed files with 126 additions and 13 deletions
|
|
@ -1326,7 +1326,8 @@ pub enum Data {
|
|||
ToggleClipboardFile,
|
||||
NewRDP,
|
||||
SetConfirmOverrideFile((i32, i32, bool, bool, bool)),
|
||||
ResumeTransfer,
|
||||
AddJob((i32, String, String, i32, bool, bool)),
|
||||
ResumeJob((i32, bool)),
|
||||
}
|
||||
|
||||
#[derive(Clone)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue