diff options
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -50,6 +50,9 @@ func main() { } me.Enable() + // processing is done. update the repo summary box + me.summary.Update() + // scan repos every 30 seconds // check every second for the checkbox changing var i int = 60 |
