mirror of
https://github.com/rustdesk/hbb_common.git
synced 2026-05-25 17:19:15 +00:00
@@ -87,7 +87,7 @@ pub fn is_kde() -> bool {
|
|||||||
|
|
||||||
#[inline]
|
#[inline]
|
||||||
pub fn is_gdm_user(username: &str) -> bool {
|
pub fn is_gdm_user(username: &str) -> bool {
|
||||||
username == "gdm"
|
username == "gdm" || username == "sddm"
|
||||||
// || username == "lightgdm"
|
// || username == "lightgdm"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user