mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-08-14 01:26:18 +08:00
fix: web, switch display (#9307)
Signed-off-by: fufesou <linlong1266@gmail.com>
This commit is contained in:
@ -391,9 +391,9 @@ class RustdeskImpl {
|
||||
return Future(() => js.context.callMethod('setByName', [
|
||||
'switch_display',
|
||||
jsonEncode({
|
||||
isDesktop: isDesktop,
|
||||
sessionId: sessionId.toString(),
|
||||
value: value
|
||||
'isDesktop': isDesktop,
|
||||
'sessionId': sessionId.toString(),
|
||||
'value': value
|
||||
})
|
||||
]));
|
||||
}
|
||||
|
Reference in New Issue
Block a user