From cdf7ee0962b06812cce2219eb84d81b2426e8e3d Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Thu, 23 May 2019 16:38:33 -0700 Subject: remove demo examples Signed-off-by: Jeff Carr --- gui.go | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'gui.go') 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.") +} -- cgit v1.2.3