mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-12-13 19:47:17 +00:00
init sync file clipboard, local to remote
Signed-off-by: dignow <linlong1265@gmail.com>
This commit is contained in:
@@ -412,7 +412,7 @@ impl<T: InvokeUiSession> Session<T> {
|
||||
|
||||
pub fn get_path_sep(&self, is_remote: bool) -> &'static str {
|
||||
let p = self.get_platform(is_remote);
|
||||
if &p == "Windows" {
|
||||
if &p == crate::platform::PLATFORM_WINDOWS {
|
||||
return "\\";
|
||||
} else {
|
||||
return "/";
|
||||
|
||||
Reference in New Issue
Block a user