fix: port forward & RDP check

This commit is contained in:
Kingtous
2023-05-15 00:18:40 +08:00
parent 6af19262e8
commit 56f1b75b52
6 changed files with 25 additions and 9 deletions

View File

@@ -76,6 +76,7 @@ pub fn session_add_sync(
id: String,
is_file_transfer: bool,
is_port_forward: bool,
is_rdp: bool,
switch_uuid: String,
force_relay: bool,
password: String,
@@ -84,6 +85,7 @@ pub fn session_add_sync(
&id,
is_file_transfer,
is_port_forward,
is_rdp,
&switch_uuid,
force_relay,
password,