From 858f7fd93cf77bdb7bafbae0f58af6eae1766aec Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Fri, 24 May 2019 13:23:50 -0700 Subject: button handling almost completely cleaned up Signed-off-by: Jeff Carr --- structs.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'structs.go') diff --git a/structs.go b/structs.go index bbbbfaf..e868fde 100644 --- a/structs.go +++ b/structs.go @@ -101,7 +101,7 @@ type ButtonMap struct { FB *ui.FontButton onClick func (int, string) onChanged func (int, string) - custom func (*ButtonMap, string) + custom func (*ButtonMap) Name string // the text on the button Note string // what type of button AccNick string // what account this button is for -- cgit v1.2.3