mirror of
https://github.com/rustdesk/rustdesk
synced 2026-05-24 01:18:21 +00:00
remove from ui only
This commit is contained in:
parent
eec06141f7
commit
de044db6d4
1 changed files with 0 additions and 2 deletions
|
|
@ -405,7 +405,6 @@ pub fn is_login_wayland() -> bool {
|
|||
}
|
||||
}
|
||||
|
||||
/*
|
||||
pub fn fix_login_wayland() {
|
||||
let mut file = "/etc/gdm3/custom.conf".to_owned();
|
||||
if !std::path::Path::new(&file).exists() {
|
||||
|
|
@ -431,7 +430,6 @@ pub fn fix_login_wayland() {
|
|||
}
|
||||
}
|
||||
}
|
||||
*/
|
||||
|
||||
pub fn current_is_wayland() -> bool {
|
||||
let dtype = get_display_server();
|
||||
|
|
|
|||
Loading…
Reference in a new issue