diff options
| author | Jeff Carr <[email protected]> | 2024-01-15 00:17:01 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-15 00:17:01 -0600 |
| commit | ba825e7eb06ca8aa57c7dc07358e2cf902b2f5ec (patch) | |
| tree | 73a5a4791bdd39bc1d2dcdfd91f2176fa28ef260 | |
| parent | de5f84717fd2bf43e627888abec2c5850b8ada8e (diff) | |
Hide() works
Signed-off-by: Jeff Carr <[email protected]>
| -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 |
