diff options
| author | Jeff Carr <[email protected]> | 2024-01-25 13:09:33 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-25 13:09:33 -0600 |
| commit | c488fcaf6cc92beb73f47fb2381602d2102e6b1f (patch) | |
| tree | 34a39848ea9eb3e53db73a944430d6b8909799be /structs.go | |
| parent | fba99bb2f53c7f754f196b19f16fd284a4ead062 (diff) | |
add download buttons to the go.wit.com/list window
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -22,8 +22,8 @@ type autoType struct { autotypistWindow *gadgets.BasicWindow // #### autotypist Global Display Options - autoHidePerfect *gui.Node - autoHideReadOnly *gui.Node + autoHidePerfect *gui.Node + autoHideReadOnly *gui.Node // #### autotypist Global Build Options // what to change all the branches to |
