From 4555b9f34d926f1a94691a1d2db5ed2d1520daa8 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Mon, 12 Feb 2024 15:24:35 -0600 Subject: add a git commit button. I used it for this commit --- structs.go | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'structs.go') diff --git a/structs.go b/structs.go index 2b262dd..2cda697 100644 --- a/structs.go +++ b/structs.go @@ -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 } -- cgit v1.2.3