summaryrefslogtreecommitdiff
path: root/debug.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2019-05-24 01:51:37 -0700
committerJeff Carr <[email protected]>2019-05-24 01:51:37 -0700
commit9b29c265b26d1231cf9ddb7abf51e390197dabf1 (patch)
treebf9465bc361dd5260f573c155bf29e7551f15902 /debug.go
parent9949a02b3e0d953824568fc5085009243c92cc86 (diff)
more button debugging
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'debug.go')
-rw-r--r--debug.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/debug.go b/debug.go
index b1afe33..6ce49fb 100644
--- a/debug.go
+++ b/debug.go
@@ -53,7 +53,7 @@ func addTableTab() {
AddTableTab(Data.cloudTab, 1, "test seven", 7, parts)
}
-func addDebuggingButtons(vbox *ui.Box, custom func(int, string)) {
+func addDebuggingButtons(vbox *ui.Box, custom func(*ButtonMap, string)) {
vbox.Append(ui.NewLabel("Debugging:"), false)
vbox.Append(ui.NewColorButton(), false)