summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2019-05-24 19:29:08 -0700
committerJeff Carr <[email protected]>2019-05-24 19:29:08 -0700
commit601ffee7c0d064abf5cab9f0c0df6069ed661c08 (patch)
treeeb4688b7bda8c6c601553bc2d306b4a0209f3ce1 /structs.go
parent3198bd3484fed9e3fe59d20a5828c3de0e2c75e9 (diff)
fixed. control panel is working again
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go7
1 files changed, 5 insertions, 2 deletions
diff --git a/structs.go b/structs.go
index 0228dd4..bcf33b4 100644
--- a/structs.go
+++ b/structs.go
@@ -99,9 +99,12 @@ type TableColumnData struct {
type ButtonMap struct {
B *ui.Button
FB *ui.FontButton
- onClick func (int, string)
- onChanged func (int, string)
+ Account *pb.Config_Account
+
+// onClick func (int, string)
+// onChanged func (int, string)
custom func (*ButtonMap)
+
pbVM *pb.Event_VM
Name string // the text on the button
Note string // what type of button