mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-03-21 20:21:09 +03: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