summaryrefslogtreecommitdiff
path: root/gui.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2019-05-23 16:38:33 -0700
committerJeff Carr <[email protected]>2019-05-23 16:38:33 -0700
commitcdf7ee0962b06812cce2219eb84d81b2426e8e3d (patch)
tree70c1552283b390841a27fff9219b94a51fe9c0fb /gui.go
parent3dca760b3ed7958365158e34e804339767f983d6 (diff)
remove demo examples
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'gui.go')
-rw-r--r--gui.go6
1 files changed, 6 insertions, 0 deletions
diff --git a/gui.go b/gui.go
index ec54b62..89e8011 100644
--- a/gui.go
+++ b/gui.go
@@ -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.")
+}