This commit is contained in:
rustdesk 2022-06-03 10:41:28 +08:00
parent e4fea4f187
commit eec06141f7

View File

@ -624,8 +624,8 @@ impl UI {
/* /*
#[cfg(target_os = "linux")] #[cfg(target_os = "linux")]
return crate::platform::linux::modify_default_login(); return crate::platform::linux::modify_default_login();
*/
#[cfg(not(target_os = "linux"))] #[cfg(not(target_os = "linux"))]
*/
return "".to_owned(); return "".to_owned();
} }