diff --git a/src/ui.rs b/src/ui.rs index 5a283e785..f4da72d73 100644 --- a/src/ui.rs +++ b/src/ui.rs @@ -624,8 +624,8 @@ impl UI { /* #[cfg(target_os = "linux")] return crate::platform::linux::modify_default_login(); - */ #[cfg(not(target_os = "linux"))] + */ return "".to_owned(); }