Fix ExtendedClipboard auto-request by advertising all actions in Caps

This commit is contained in:
Viktor Liu
2026-05-17 16:47:53 +02:00
parent a11341f57a
commit 76add0b9b2
4 changed files with 37 additions and 17 deletions

View File

@@ -10,6 +10,7 @@ type vncServer interface{}
func (e *Engine) updateVNC(_ *mgmProto.SSHConfig) error { return nil }
// updateVNCServerAuth is a no-op on platforms without a VNC server.
func (e *Engine) updateVNCServerAuth(_ *mgmProto.VNCAuth) {}
func (e *Engine) stopVNCServer() error { return nil }