mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-15 07:21:29 +03:00
This commit is contained in:
@@ -488,6 +488,8 @@ impl UI {
|
|||||||
fn modify_default_login(&mut self) -> String {
|
fn modify_default_login(&mut self) -> String {
|
||||||
#[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"))]
|
||||||
|
return "".to_owned();
|
||||||
}
|
}
|
||||||
|
|
||||||
fn get_software_update_url(&self) -> String {
|
fn get_software_update_url(&self) -> String {
|
||||||
|
|||||||
Reference in New Issue
Block a user