this needs to be fixed

This commit is contained in:
Jeff Carr 2024-02-20 21:27:08 -06:00
parent c4be56ddad
commit d8203f47bc
1 changed files with 3 additions and 3 deletions

View File

@ -3,6 +3,7 @@ package main
import (
"go.wit.com/lib/gadgets"
"go.wit.com/lib/gui/repolist"
"go.wit.com/lib/gui/gowit"
"go.wit.com/log"
"go.wit.com/gui"
@ -57,9 +58,8 @@ func makeRepoView() *repoWindow {
hbox.Vertical()
box2 := hbox.Box().Vertical()
box2.NewButton("something", func() {
r.Disable()
r.Enable()
box2.NewButton("Dump version file", func() {
gowit.DumpVersions(me.repos.View)
})
r.View = repolist.GuireleaserView(r.box)