delete discovery from RustDesk_lan_peers.toml

Signed-off-by: 21pages <pages21@163.com>
This commit is contained in:
21pages
2023-02-24 13:13:51 +08:00
parent ca991ff39f
commit 920477bbb2
4 changed files with 18 additions and 5 deletions

View File

@@ -796,6 +796,10 @@ pub fn main_load_lan_peers() {
};
}
pub fn main_remove_discovered(id: String) {
remove_discovered(id);
}
fn main_broadcast_message(data: &HashMap<&str, &str>) {
let apps = vec![
flutter::APP_TYPE_DESKTOP_REMOTE,