mirror of
https://github.com/rustdesk/rustdesk
synced 2026-05-24 09:28:23 +00:00
add port forward closeSuccess
This commit is contained in:
parent
b71593a25c
commit
3b63dea6fe
1 changed files with 1 additions and 1 deletions
|
|
@ -2639,7 +2639,7 @@ impl Interface for Handler {
|
|||
self.lc.write().unwrap().handle_peer_info(username, pi);
|
||||
self.call("updatePrivacyMode", &[]);
|
||||
self.call("updatePi", &make_args!(pi_sciter));
|
||||
if self.is_file_transfer() {
|
||||
if self.is_file_transfer() || self.is_port_forward() {
|
||||
self.call2("closeSuccess", &make_args!());
|
||||
} else if !self.is_port_forward() {
|
||||
self.msgbox("success", "Successful", "Connected, waiting for image...");
|
||||
|
|
|
|||
Loading…
Reference in a new issue