autogenpb

This commit is contained in:
Jeff Carr 2025-03-05 21:40:20 -06:00
parent 8f4f351885
commit 112c2d37d8
1 changed files with 2 additions and 2 deletions

View File

@ -37,8 +37,8 @@ func makeReposWin() *gadgets.GenericWindow {
me.forge.PrintHumanTable(found) me.forge.PrintHumanTable(found)
found2 := findDirty() found2 := findDirty()
me.forge.PrintHumanTable(found2) me.forge.PrintHumanTable(found2)
tb.Update() // tb.Update()
tb.UpdateTable(found2) // tb.UpdateTable(found2)
}) })
hbox.NewButton("delete table", func() { hbox.NewButton("delete table", func() {
tb.Delete() tb.Delete()