mirror of
https://github.com/weyne85/rustdesk.git
synced 2025-10-29 17:00:05 +00:00
exclude ui module (sciter) for flutter
This commit is contained in:
@@ -36,7 +36,7 @@ impl Session {
|
||||
.lc
|
||||
.write()
|
||||
.unwrap()
|
||||
.initialize(id.to_owned(), ConnType::PORT_FORWARD);
|
||||
.initialize(id.to_owned(), ConnType::PORT_FORWARD, None);
|
||||
session
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user