This commit is contained in:
rustdesk 2024-09-18 13:00:15 +08:00
parent e1a6ccc100
commit e20f5dd001

View File

@ -130,7 +130,7 @@ impl Drop for InstallingService {
#[cfg(any(target_os = "android", target_os = "ios"))]
#[inline]
fn is_prelogin() -> bool {
pub fn is_prelogin() -> bool {
false
}