diff options
| author | Jeff Carr <[email protected]> | 2019-05-25 01:36:36 -0700 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2019-05-25 01:36:36 -0700 |
| commit | 3b096d81453417a656167d5cce37f045d0c92cb8 (patch) | |
| tree | b339acf057ca3639deb2b5c26e913661253bf773 /gui.go | |
| parent | 19e73d6678385f1aef0b4544a39e9ee6f8d7884d (diff) | |
work on fixing 'add account'
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'gui.go')
| -rw-r--r-- | gui.go | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -201,8 +201,9 @@ func CreateButton(a *pb.Config_Account, vm *pb.Event_VM, var newmap ButtonMap newmap.B = newB newmap.Account = a - newmap.Action = note - newmap.custom = custom + newmap.Action = note + newmap.custom = custom + newmap.aTab = Data.CurrentTab Data.AllButtons = append(Data.AllButtons, newmap) return newB |
