diff options
| author | Jeff Carr <[email protected]> | 2024-02-11 19:10:18 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-02-11 19:10:18 -0600 |
| commit | 92da6ff17791f5eadc77b9276a2d0b70dac43dbd (patch) | |
| tree | dc95ac930a8d1f68c8f518a6452cbaad861a961e /structs.go | |
| parent | 2a46bd2c9e34cf929f28837f36e66954c434aa15 (diff) | |
add checkbox to hide RELEASED reposv0.20.3
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
@@ -28,6 +28,7 @@ type autoType struct { // #### autotypist Global Display Options autoHidePerfect *gui.Node autoHideReadOnly *gui.Node + autoReleased *gui.Node ignoreWhitelist *gui.Node // #### autotypist Global Build Options |
