From 3b096d81453417a656167d5cce37f045d0c92cb8 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sat, 25 May 2019 01:36:36 -0700 Subject: work on fixing 'add account' Signed-off-by: Jeff Carr --- structs.go | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'structs.go') diff --git a/structs.go b/structs.go index e3c353e..bf9c860 100644 --- a/structs.go +++ b/structs.go @@ -20,6 +20,10 @@ type GuiTabStructure struct { firstBox *ui.Box tabOffset int + EntryNick *ui.Entry + EntryUser *ui.Entry + EntryPass *ui.Entry + // this means only one table per tab mh *TableData @@ -101,6 +105,7 @@ type ButtonMap struct { Account *pb.Config_Account VM *pb.Event_VM Action string // what type of button + aTab *GuiTabStructure custom func (*ButtonMap) } -- cgit v1.2.3