diff options
| author | Jeff Carr <[email protected]> | 2019-05-26 14:03:20 -0700 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2019-05-26 14:03:20 -0700 |
| commit | e6d49b94ed17442302124c04dc4878943ca23b9b (patch) | |
| tree | 387a47009c2de74adea4140b76ac48ed2878f174 /gui.go | |
| parent | b57ed75580263735943d45d24a430611aa3771ca (diff) | |
pass 'ADD' to main application code
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'gui.go')
| -rw-r--r-- | gui.go | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -134,6 +134,9 @@ func mouseClick(b *ButtonMap) { createAddVmBox(Data.cloudTab, "Create New Virtual Machine") return } + if (b.Action == "ADD") { + log.Println("\tgui.mouseClick() SHOULD ADD VM HERE?") + } } if (Data.MouseClick == nil) { |
