diff options
| author | Jeff Carr <[email protected]> | 2024-01-25 02:40:59 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-25 02:40:59 -0600 |
| commit | 831b9c18850b53e4c7998da87e84ea5654626049 (patch) | |
| tree | bf40d8c21a3ec4489d65bf5215e34c22d7145492 /structs.go | |
| parent | 0d5039562881747b369b09fee4e95960718e8654 (diff) | |
add auto hide read only option
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -23,6 +23,7 @@ type autoType struct { // #### autotypist Global Display Options autoHidePerfect *gui.Node + autoHideReadOnly *gui.Node // #### autotypist Global Build Options // what to change all the branches to |
