debugging init()

This commit is contained in:
Jeff Carr 2025-02-13 22:28:23 -06:00
parent 43c98cb819
commit eee34ec9f0
1 changed files with 2 additions and 0 deletions

View File

@ -167,6 +167,8 @@ func drawWindow(win *gadgets.BasicWindow) {
grid.NextRow()
grid.NewButton("Repo Window", func() {
win.Disable()
defer win.Enable()
if reposWin != nil {
if reposWin.Hidden() {
reposWin.Show()