mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-20 23:23:19 +03:00
refact, separate remote window, tmp commit
Signed-off-by: dignow <linlong1265@gmail.com>
This commit is contained in:
@@ -54,7 +54,7 @@ class _PortForwardPageState extends State<PortForwardPage>
|
||||
@override
|
||||
void initState() {
|
||||
super.initState();
|
||||
_ffi = FFI();
|
||||
_ffi = FFI(null);
|
||||
_ffi.start(widget.id,
|
||||
isPortForward: true,
|
||||
password: widget.password,
|
||||
|
||||
Reference in New Issue
Block a user