smaller timeout for android and self-hosting

This commit is contained in:
rustdesk
2024-02-17 16:50:03 +08:00
parent e942c80afb
commit 964c2ed2b5
5 changed files with 16 additions and 12 deletions

View File

@@ -259,7 +259,7 @@ impl UI {
}
fn using_public_server(&self) -> bool {
using_public_server()
crate::using_public_server()
}
fn get_options(&self) -> Value {