mirror of
https://github.com/weyne85/rustdesk.git
synced 2025-10-29 17:00:05 +00:00
Allow setting custom server and key with env variables #2810
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user