diff options
| author | Jeff Carr <[email protected]> | 2024-01-30 02:38:06 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-30 02:38:06 -0600 |
| commit | 4f19c8b64df77d204dfd0fab462f99f4ef5009b7 (patch) | |
| tree | f4da5dadc592e4bc3635e56480efbf15f68f32df /structs.go | |
| parent | 50fe92a1b184a12d25fe8f65c1743d6189498501 (diff) | |
disable color works
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -151,6 +151,11 @@ type guiWidget struct { active bool + enable bool + defaultColor *colorT // store the color to go back to + + hidden bool + // AtW int // AtH int |
