mirror of
https://github.com/rustdesk/rustdesk
synced 2026-05-24 01:18:21 +00:00
This commit is contained in:
parent
0968780d7a
commit
024c181d69
1 changed files with 1 additions and 0 deletions
|
|
@ -1631,6 +1631,7 @@ class FFI {
|
|||
String? switchUuid,
|
||||
String? password,
|
||||
bool? forceRelay}) {
|
||||
closed = false;
|
||||
assert(!(isFileTransfer && isPortForward), 'more than one connect type');
|
||||
if (isFileTransfer) {
|
||||
connType = ConnType.fileTransfer;
|
||||
|
|
|
|||
Loading…
Reference in a new issue