summaryrefslogtreecommitdiff
path: root/new.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-02-11 18:56:55 -0600
committerJeff Carr <[email protected]>2024-02-11 18:56:55 -0600
commit2b172338f61d0f0b003b5c8198b979b24d3b60ac (patch)
treea48956a8db77d8512a65d80b8c3962eb24199ac7 /new.go
parentb694fc2fe2560249acd70407be73806c938bdfe0 (diff)
don't track hidden in herev0.20.3
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'new.go')
-rw-r--r--new.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/new.go b/new.go
index 528594d..215977f 100644
--- a/new.go
+++ b/new.go
@@ -71,7 +71,6 @@ func NewRepoStatusWindow(path string) *RepoStatus {
func New(p *gui.Node, path string) *RepoStatus {
rs := &RepoStatus{
- hidden: true,
ready: false,
parent: p,
}
@@ -81,7 +80,6 @@ func New(p *gui.Node, path string) *RepoStatus {
rs.window.Make()
rs.ready = true
rs.window.Custom = func() {
- // rs.hidden = true
rs.Hide()
log.Warn("repostatus user closed the window()")
}