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
Branches
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 ...@@ -74,7 +74,7 @@ func attachVM(parent fyne.Window, token, hostname, cert, pwd string) (int, error
errorDialog(parent, err.Error()) errorDialog(parent, err.Error())
} }
go func(creds vm.VMSpiceCredentialsSerialized) { 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 { if err != nil {
errorDialog(parent, err.Error()) errorDialog(parent, err.Error())
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment