summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
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