mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-05-22 13:38:39 +03:00
@@ -353,7 +353,7 @@ class FfiModel with ChangeNotifier {
|
||||
}
|
||||
} else if (name == "cm_file_transfer_log") {
|
||||
if (isDesktop) {
|
||||
gFFI.cmFileModel.onFileTransferLog(evt['log']);
|
||||
gFFI.cmFileModel.onFileTransferLog(evt);
|
||||
}
|
||||
} else {
|
||||
debugPrint('Unknown event name: $name');
|
||||
|
||||
Reference in New Issue
Block a user