mirror of
https://github.com/weyne85/rustdesk.git
synced 2025-10-29 17:00:05 +00:00
fix: mobile, server page, jumps on loading (#8819)
Signed-off-by: dignow <linlong1265@gmail.com>
This commit is contained in:
@@ -1966,6 +1966,12 @@ pub fn is_preset_password() -> bool {
|
||||
})
|
||||
}
|
||||
|
||||
// Don't call this function for desktop version.
|
||||
// We need this function because we want a sync return for mobile version.
|
||||
pub fn is_preset_password_mobile_only() -> SyncReturn<bool> {
|
||||
SyncReturn(is_preset_password())
|
||||
}
|
||||
|
||||
/// Send a url scheme through the ipc.
|
||||
///
|
||||
/// * macOS only
|
||||
|
||||
Reference in New Issue
Block a user