summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-28 03:33:08 -0600
committerJeff Carr <[email protected]>2024-01-28 03:33:08 -0600
commite678a5cc626c9cfdcb2f593b49598732052495cd (patch)
tree56361aa3408154f325a4f21f5e1f21b15f361251 /structs.go
parent1f3d664dbdee1b567f5b40e06c63c07c4667d5f4 (diff)
fake buttons have labels
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/structs.go b/structs.go
index 0599a0c..a3b9d89 100644
--- a/structs.go
+++ b/structs.go
@@ -139,7 +139,7 @@ type guiWidget struct {
checked bool
// the actual text to display in the console
- label string
+ labelN string
vals []string // dropdown menu items
@@ -148,7 +148,7 @@ type guiWidget struct {
direction widget.Orientation
- progname string
+ // progname string
// the logical size of the widget
// For example, 40x12 would be the center of a normal terminal