diff options
| author | Jeff Carr <[email protected]> | 2024-02-20 14:44:38 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-02-20 14:44:38 -0600 |
| commit | e927975dc890216c7172f711222cfdf283c0dd1c (patch) | |
| tree | 44bf3b5a0cbba18fea5fd94182bb591d63b44f15 /structs.go | |
| parent | d84420e443315d14d408a458d486c2b7a805037f (diff) | |
reorg interface. it's almost working again
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -26,10 +26,9 @@ type autoType struct { // our view of the repositories repos *repoWindow - // #### autotypist Global Display Options - autoHidePerfect *gui.Node + // #### guireleaser repolist display options autoHideReadOnly *gui.Node - autoReleased *gui.Node + autoHideReleased *gui.Node ignoreWhitelist *gui.Node // #### autotypist Global Build Options |
