summaryrefslogtreecommitdiff
path: root/gui.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2019-05-22 22:50:36 -0700
committerJeff Carr <[email protected]>2019-05-22 22:50:36 -0700
commit0ac47b65bd3fd8b367f814ba1a5fcaa24a7778fa (patch)
tree61afe53b121d3bfd5b35b800f02d6346da529aac /gui.go
parent0190410cc9bdbf635bf9a1ab0fe4d17fe9f870fb (diff)
allow version to be set
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'gui.go')
-rw-r--r--gui.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/gui.go b/gui.go
index ff47910..b1719cd 100644
--- a/gui.go
+++ b/gui.go
@@ -24,6 +24,7 @@ type GuiDataStructure struct {
ButtonClickNew func(*ButtonMap)
CurrentVM string
MyArea *ui.Area
+ Version string
// stuff for the splash screen / setup tabs
cloudWindow *ui.Window