diff options
| author | Jeff Carr <[email protected]> | 2025-03-05 21:40:20 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-03-05 21:40:20 -0600 |
| commit | 112c2d37d887fadd1da41a16da6bd2146203767c (patch) | |
| tree | aa8ab8a407f9bfa04e1d66aac0056a15d50550ca | |
| parent | 8f4f35188510627b85ae945d86837f27612f7351 (diff) | |
| -rw-r--r-- | windowRepos.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/windowRepos.go b/windowRepos.go index 14dfe42..c647eff 100644 --- a/windowRepos.go +++ b/windowRepos.go @@ -37,8 +37,8 @@ func makeReposWin() *gadgets.GenericWindow { me.forge.PrintHumanTable(found) found2 := findDirty() me.forge.PrintHumanTable(found2) - tb.Update() - tb.UpdateTable(found2) + // tb.Update() + // tb.UpdateTable(found2) }) hbox.NewButton("delete table", func() { tb.Delete() |
