opt: add resume btn

This commit is contained in:
Kingtous
2022-05-14 11:58:47 +08:00
parent d186dd26a2
commit 39eb1b7211
6 changed files with 126 additions and 13 deletions

View File

@@ -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)]