Skip to content
Snippets Groups Projects
Commit c9c1dbf2 authored by Florent Gluck's avatar Florent Gluck
Browse files

Forgot to revert a debug change: nexus-exam wasn't opening remote-viewer in fullscreen mode

parent 94587e27
No related branches found
No related tags found
No related merge requests found
......@@ -74,7 +74,7 @@ func attachVM(parent fyne.Window, token, hostname, cert, pwd string) (int, error
errorDialog(parent, err.Error())
}
go func(creds vm.VMSpiceCredentialsSerialized) {
_, err := e.RunRemoteViewer(hostname, cert, creds.Name, creds.SpicePort, creds.SpicePwd, false)
_, err := e.RunRemoteViewer(hostname, cert, creds.Name, creds.SpicePort, creds.SpicePwd, true)
if err != nil {
errorDialog(parent, err.Error())
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment