diff options
| author | Jeff Carr <[email protected]> | 2024-02-12 15:24:35 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-02-12 15:24:35 -0600 |
| commit | 4555b9f34d926f1a94691a1d2db5ed2d1520daa8 (patch) | |
| tree | c5669d8ab90c9583259c58889da1e4a8a443029e /structs.go | |
| parent | cdc5743e67fd69c20a582d59ec2c47c804ae84ef (diff) | |
add a git commit button. I used it for this commit
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -15,9 +15,9 @@ type autoType struct { autotypistWindow *gui.Node - reposwin *gadgets.BasicWindow - reposbox *gui.Node - reposgrid *gui.Node + reposwin *gadgets.BasicWindow + reposbox *gui.Node + reposgrid *gui.Node reposgroup *gui.Node // #### autotypist Global Display Options @@ -83,7 +83,9 @@ type repo struct { develVersion *gui.Node // the devel branch version userVersion *gui.Node // the user branch version + endBox *gui.Node // a general box at the end of the row statusButton *gui.Node // opens up the status window + diffButton *gui.Node // opens up the status window status *repostatus.RepoStatus } |
