diff options
| author | Jeff Carr <[email protected]> | 2025-03-03 23:49:24 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-03-03 23:49:24 -0600 |
| commit | 7364eb1ebfe2e683690a5db1f3445df3d0134e84 (patch) | |
| tree | d12433716d0c354126fbd616a54c1004ac0edd75 /structs.go | |
| parent | 2dc7e87e96923eb27cc99dcb72fd01f652ea7fe8 (diff) | |
switch to GenericWindow()
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -55,7 +55,7 @@ type mainType struct { goSrcPwd *gadgets.OneLiner // what is being used as primary directory for your work gitAuthor *gadgets.OneLiner // ENV GIT_AUTHOR NAME and EMAIL - forgeMode *gadgets.OneLiner // is the user in 'master', 'devel' or 'user' branches + forgeMode *gui.Node // is the user in 'master', 'devel' or 'user' branches // these hold the branches that the user can switch all // the repositories to them |
