mirror of
https://github.com/m1k1o/neko.git
synced 2025-05-25 06:57:01 +02:00
add InactiveCursors to ws init.
This commit is contained in:
parent
3528766e7f
commit
6fa2f4513f
2 changed files with 2 additions and 0 deletions
|
@ -45,6 +45,7 @@ func (h *MessageHandlerCtx) systemInit(session types.Session) error {
|
|||
ScreenSize: message.ScreenSize(*size),
|
||||
Sessions: sessions,
|
||||
ImplicitHosting: h.sessions.ImplicitHosting(),
|
||||
InactiveCursors: h.sessions.InactiveCursors(),
|
||||
ScreencastEnabled: h.capture.Screencast().Enabled(),
|
||||
WebRTC: message.SystemWebRTC{
|
||||
Videos: h.capture.VideoIDs(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue