mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-12-12 11:06:57 +00:00
mobile new file SelectMode state
This commit is contained in:
@@ -390,7 +390,7 @@ class FileController {
|
||||
}
|
||||
}
|
||||
|
||||
/// sendFiles from other side (SelectedItems) to current side (FileController.isLocal).
|
||||
/// sendFiles from current side (FileController.isLocal) to other side (SelectedItems).
|
||||
void sendFiles(SelectedItems items, DirectoryData otherSideData) {
|
||||
/// ignore wrong items side status
|
||||
if (items.isLocal != isLocal) {
|
||||
|
||||
Reference in New Issue
Block a user