diff options
| author | Jeff Carr <[email protected]> | 2024-11-13 18:32:53 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-11-13 18:32:53 -0600 |
| commit | 9cf14144ed3ab6a7b14553894b2025f2c2b5ce16 (patch) | |
| tree | 4735bcbbc2ed9fc270b05229112109771e696965 /main.go | |
| parent | 5fcdd19170fc1c792a4e93505bd554cca27433cc (diff) | |
release gui is quite nicev0.22.14
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -95,6 +95,8 @@ func main() { // so I can't trust even what I see. It's complicated right now still. me.release.openrepo.Disable() + // disable the gui until the repos are scanned + me.release.box.Disable() me.Disable() // parse config file and scan for .git repos |
