This commit is contained in:
rustdesk 2024-07-03 21:47:13 +08:00
parent 92f570831d
commit bea65f8739

View File

@ -88,7 +88,7 @@ pub fn get_display_server_of_session(session: &str) -> String {
String::from_utf8_lossy(&output.stdout) String::from_utf8_lossy(&output.stdout)
.replace("Type=", "") .replace("Type=", "")
.trim_end() .trim_end()
.into(); .into()
} else { } else {
"".to_owned() "".to_owned()
}; };