diff options
Diffstat (limited to 'gui.go')
| -rw-r--r-- | gui.go | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -246,3 +246,9 @@ func addVmButton(name string) ui.Control { return tmpButton } + +func SocketError() { + ui.MsgBoxError(Data.cloudWindow, + "There was a socket error", + "More detailed information can be shown here.") +} |
