diff options
| author | Jeff Carr <[email protected]> | 2024-02-11 18:56:55 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-02-11 18:56:55 -0600 |
| commit | 2b172338f61d0f0b003b5c8198b979b24d3b60ac (patch) | |
| tree | a48956a8db77d8512a65d80b8c3962eb24199ac7 /new.go | |
| parent | b694fc2fe2560249acd70407be73806c938bdfe0 (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.go | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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()") } |
