summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-14 22:15:02 -0600
committerJeff Carr <[email protected]>2024-01-14 22:15:02 -0600
commit74502ed5fbedbf47c69d2bbedb6d96fe369fa129 (patch)
treee58ab039b63e1fc7224311c029f960e25845b489 /main.go
parentdda63e3732ddb94ca7e4533d7dfbc0c95e99c497 (diff)
run Update() on open
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'main.go')
-rw-r--r--main.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.go b/main.go
index 0e99f1f..0178810 100644
--- a/main.go
+++ b/main.go
@@ -70,6 +70,7 @@ func addRepo(grid *gui.Node, path string, master string, devel string, user stri
}
log.Warn("status window exists. trying TestDraw() here")
newRepo.status.Show()
+ newRepo.status.Update()
})
if path == "" {
newRepo.cButton.Hide()