mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-03 19:01:30 +03:00
@@ -102,6 +102,11 @@ pub enum FS {
|
||||
last_modified: u64,
|
||||
is_upload: bool,
|
||||
},
|
||||
Rename {
|
||||
id: i32,
|
||||
path: String,
|
||||
new_name: String,
|
||||
},
|
||||
}
|
||||
|
||||
#[cfg(target_os = "windows")]
|
||||
|
||||
Reference in New Issue
Block a user