mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-18 13:11:28 +03:00
debug, open multi windows
Signed-off-by: dignow <linlong1265@gmail.com>
This commit is contained in:
@@ -616,7 +616,7 @@ class _DesktopHomePageState extends State<DesktopHomePage>
|
||||
final peerId = args['peer_id'] as String;
|
||||
final display = args['display'] as int;
|
||||
final displayCount = args['display_count'] as int;
|
||||
final screenRect = args['screen_rect'];
|
||||
final screenRect = parseParamScreenRect(args);
|
||||
await rustDeskWinManager.openMonitorSession(
|
||||
windowId, peerId, display, displayCount, screenRect);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user