summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-01-20 02:14:08 -0600
committerJeff Carr <[email protected]>2025-01-20 02:14:08 -0600
commitd9c4d18b168726f0c44269b40bb699c17278ab17 (patch)
treea0d121651bb0196f558e79a782e84a5701079652 /structs.go
parent25b2e50f6b1a15f887416479cd0df583cc6d4e19 (diff)
patch window
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/structs.go b/structs.go
index f079bc5..871f70e 100644
--- a/structs.go
+++ b/structs.go
@@ -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