add: file_num offset

This commit is contained in:
Kingtous
2022-05-13 11:23:30 +08:00
parent 9dbd94daac
commit a2bc2a21bb
8 changed files with 25 additions and 12 deletions

View File

@@ -1313,7 +1313,7 @@ pub enum Data {
Close,
Login((String, bool)),
Message(Message),
SendFiles((i32, String, String, bool, bool)),
SendFiles((i32, String, String, i32, bool, bool)),
RemoveDirAll((i32, String, bool)),
ConfirmDeleteFiles((i32, i32)),
SetNoConfirm(i32),