mirror of
https://github.com/weyne85/rustdesk.git
synced 2025-10-29 17:00:05 +00:00
remove is_rdp_service_open judgement for option share rdp (#7257)
Signed-off-by: 21pages <pages21@163.com>
This commit is contained in:
@@ -325,10 +325,6 @@ impl UI {
|
||||
return false;
|
||||
}
|
||||
|
||||
fn is_rdp_service_open(&self) -> bool {
|
||||
is_rdp_service_open()
|
||||
}
|
||||
|
||||
fn is_share_rdp(&self) -> bool {
|
||||
is_share_rdp()
|
||||
}
|
||||
@@ -661,7 +657,6 @@ impl sciter::EventHandler for UI {
|
||||
fn is_release();
|
||||
fn set_socks(String, String, String);
|
||||
fn get_socks();
|
||||
fn is_rdp_service_open();
|
||||
fn is_share_rdp();
|
||||
fn set_share_rdp(bool);
|
||||
fn is_installed_lower_version();
|
||||
|
||||
Reference in New Issue
Block a user