This commit is contained in:
parent
c5f1222476
commit
1b8dbbeac9
1 changed files with 2 additions and 0 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue