diff options
| author | Jeff Carr <[email protected]> | 2024-02-05 15:06:02 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-02-05 15:06:02 -0600 |
| commit | 7f0f36a886bab5bc0f4d756cabc01ad523b12510 (patch) | |
| tree | feebcb49fbb83917d4f5f7dbdd690d98df9c900c /structs.go | |
| parent | 2719ad42758e7b77d37bab5549c3a5ac7176121a (diff) | |
fixed basic entry display
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -19,6 +19,8 @@ type autoType struct { allrepos map[string]*repo myGui *gui.Node + releaseReasonS string // = "gocui dropdown select" + // autotypistWindow *gadgets.BasicWindow mainWindow *gui.Node mainBox *gui.Node |
