diff options
| author | Jeff Carr <[email protected]> | 2023-04-12 13:00:29 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2023-04-12 13:00:29 -0500 |
| commit | 047cde4c9d68ea4ff87006448137e836ec9eb140 (patch) | |
| tree | ce3332991cf5ebd7761e9021f66db787abd25536 /toolkit/widget.go | |
| parent | 982097557b2625cf04378cd7e7771122382d6de9 (diff) | |
better toolkit init options
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'toolkit/widget.go')
| -rw-r--r-- | toolkit/widget.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/toolkit/widget.go b/toolkit/widget.go index f0fba0f..769bf09 100644 --- a/toolkit/widget.go +++ b/toolkit/widget.go @@ -127,6 +127,7 @@ const ( Append Move Dump + Quit ) func (s WidgetType) String() string { |
