cm file delete/create log

Signed-off-by: 21pages <pages21@163.com>
This commit is contained in:
21pages
2023-11-05 15:55:09 +08:00
parent 27112e3480
commit 663d355a48
9 changed files with 345 additions and 46 deletions

View File

@@ -63,7 +63,7 @@ impl InvokeUiCM for SciterHandler {
);
}
fn file_transfer_log(&self, _log: String) {}
fn file_transfer_log(&self, _action: &str, _log: &str) {}
}
impl SciterHandler {