summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-02-14 00:09:37 -0600
committerJeff Carr <[email protected]>2025-02-14 00:09:37 -0600
commit8f514d426877373be4dd98404b49b4d228f46407 (patch)
tree0dd66fb33b7e0e81ef571bf31f92b9b7a7ec6470 /structs.go
parent225cd84f68b36f8fa7017981766b73fc2ca187c9 (diff)
fix changes related to plugin updates
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/structs.go b/structs.go
index 4fda32c..4930d55 100644
--- a/structs.go
+++ b/structs.go
@@ -29,11 +29,11 @@ type autoType struct {
startRepo *gitpb.Repo
// guireleaser window
- mainWindow *gui.Node
+ mainWindow *gadgets.BasicWindow
mainBox *gui.Node
// our view of the repositories
- repos *repoWindow
+ // repos *repoWindow
// your customized repo preferences and settings
forge *forgepb.Forge