diff options
| author | Jeff Carr <[email protected]> | 2019-05-26 14:12:38 -0700 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2019-05-26 14:12:38 -0700 |
| commit | 80608e070dd16636780b40a8061ae6ec41e9b1f7 (patch) | |
| tree | 63b4475a934b87d5aa4b0c83967592748dea9d75 /gui.go | |
| parent | e6d49b94ed17442302124c04dc4878943ca23b9b (diff) | |
remove old test code
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'gui.go')
| -rw-r--r-- | gui.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -194,7 +194,7 @@ func CreateButton(a *pb.Account, vm *pb.Event_VM, newmap.VM = vm newmap.Action = action newmap.custom = custom - newmap.aTab = Data.CurrentTab +// newmap.aTab = Data.CurrentTab Data.AllButtons = append(Data.AllButtons, newmap) return newB |
