mirror of
https://github.com/rustdesk/rustdesk
synced 2026-05-24 01:18:21 +00:00
fix ci
This commit is contained in:
parent
e4fea4f187
commit
eec06141f7
1 changed files with 1 additions and 1 deletions
|
|
@ -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();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue