diff options
| author | Jeff Carr <[email protected]> | 2024-01-30 03:17:15 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-30 03:17:15 -0600 |
| commit | 21836a8001feefa142f00fb3a7f4746b93377434 (patch) | |
| tree | 8c613635220d832b10e394f27fed0558107c8a9e /structs.go | |
| parent | 00a01849189960ecf01314ed23f120aa1c26fbf9 (diff) | |
trap toolkit panics
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -151,7 +151,7 @@ type guiWidget struct { active bool - enable bool + enable bool defaultColor *colorT // store the color to go back to hidden bool |
