diff options
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 |
