This commit is contained in:
RustDesk 2022-12-08 23:07:22 +08:00 committed by GitHub
parent 8704e15738
commit d5a93adbf0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -65,7 +65,7 @@ fn get_display_server_of_session(session: &str) -> String {
{
if xorg_results.trim_end().to_string() != "" {
// If it is, manually return "x11", otherwise return tty
return "x11".to_owned()
return "x11".to_owned();
}
}
}