diff options
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()") } |
