diff options
| author | Jeff Carr <[email protected]> | 2025-01-20 02:14:08 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-01-20 02:14:08 -0600 |
| commit | d9c4d18b168726f0c44269b40bb699c17278ab17 (patch) | |
| tree | a0d121651bb0196f558e79a782e84a5701079652 /structs.go | |
| parent | 25b2e50f6b1a15f887416479cd0df583cc6d4e19 (diff) | |
patch window
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -29,7 +29,8 @@ type mainType struct { urlbase string // base URL // our view of the repositories - repos *repoWindow + repos *repoWindow + patchWin *patchesWindow mainWindow *gadgets.BasicWindow |
