mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-13 20:01:28 +03:00
typo
This commit is contained in:
@@ -65,7 +65,7 @@ fn get_display_server_of_session(session: &str) -> String {
|
|||||||
{
|
{
|
||||||
if xorg_results.trim_end().to_string() != "" {
|
if xorg_results.trim_end().to_string() != "" {
|
||||||
// If it is, manually return "x11", otherwise return tty
|
// If it is, manually return "x11", otherwise return tty
|
||||||
return "x11".to_owned()
|
return "x11".to_owned();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user