diff options
| author | Jeff Carr <[email protected]> | 2024-12-01 00:48:07 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-12-01 00:48:07 -0600 |
| commit | afe21d3c626200fa647f9597f6037535d2d8554c (patch) | |
| tree | 7828ce4cdcf11e80f1d54e6e30344682df9cbaec /stateWindow.go | |
| parent | b1cdb841bc7240fc9aa929ad15a09f0ae618777b (diff) | |
Diffstat (limited to 'stateWindow.go')
| -rw-r--r-- | stateWindow.go | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/stateWindow.go b/stateWindow.go index 7c4cd83..194f220 100644 --- a/stateWindow.go +++ b/stateWindow.go @@ -43,10 +43,5 @@ func makebasicWindow() *gadgets.BasicWindow { basicWindow.Enable() }) - group1.NewButton("open repo", func() { - cBox.status.Update() - cBox.status.Toggle() - }) - return basicWindow } |
