summaryrefslogtreecommitdiff
path: root/gui.go
diff options
context:
space:
mode:
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.")
+}