RustDesk
2021-09-12 17:53:45 +08:00
committed by GitHub
parent c5f1222476
commit 1b8dbbeac9

View File

@@ -488,6 +488,8 @@ impl UI {
fn modify_default_login(&mut self) -> String {
#[cfg(target_os = "linux")]
return crate::platform::linux::modify_default_login();
#[cfg(not(target_os = "linux"))]
return "".to_owned();
}
fn get_software_update_url(&self) -> String {