Allow setting custom server and key with env variables #2810

This commit is contained in:
rustdesk
2023-01-18 14:22:41 +08:00
parent 5dcc77cf7b
commit 8fb3c452be
6 changed files with 15 additions and 33 deletions

View File

@@ -208,10 +208,6 @@ impl UI {
show_run_without_install()
}
fn has_rendezvous_service(&self) -> bool {
has_rendezvous_service()
}
fn get_license(&self) -> String {
get_license()
}
@@ -599,7 +595,6 @@ impl sciter::EventHandler for UI {
fn peer_has_password(String);
fn forget_password(String);
fn set_peer_option(String, String, String);
fn has_rendezvous_service();
fn get_license();
fn test_if_valid_server(String);
fn get_sound_inputs();