parent
de5f84717f
commit
ba825e7eb0
3
new.go
3
new.go
|
@ -20,7 +20,8 @@ func New(p *gui.Node, path string) *RepoStatus {
|
||||||
rs.ready = true
|
rs.ready = true
|
||||||
rs.draw()
|
rs.draw()
|
||||||
rs.window.Custom = func() {
|
rs.window.Custom = func() {
|
||||||
rs.hidden = true
|
// rs.hidden = true
|
||||||
|
rs.Hide()
|
||||||
log.Warn("repostatus user closed the window()")
|
log.Warn("repostatus user closed the window()")
|
||||||
}
|
}
|
||||||
return rs
|
return rs
|
||||||
|
|
Loading…
Reference in New Issue