remove is_rdp_service_open judgement for option share rdp (#7257)

Signed-off-by: 21pages <pages21@163.com>
This commit is contained in:
21pages
2024-02-25 20:09:30 +08:00
committed by GitHub
parent 4c8c2aa323
commit b511a52e09
6 changed files with 7 additions and 21 deletions

View File

@@ -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();