mirror of
https://github.com/rustdesk/rustdesk
synced 2026-05-23 17:09:40 +00:00
typo
This commit is contained in:
parent
8704e15738
commit
d5a93adbf0
1 changed files with 1 additions and 1 deletions
|
|
@ -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();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue