diff options
| -rw-r--r-- | new.go | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -20,7 +20,8 @@ func New(p *gui.Node, path string) *RepoStatus { rs.ready = true rs.draw() rs.window.Custom = func() { - rs.hidden = true + // rs.hidden = true + rs.Hide() log.Warn("repostatus user closed the window()") } return rs |
