diff options
| author | Jeff Carr <[email protected]> | 2024-11-28 23:01:05 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-11-28 23:01:05 -0600 |
| commit | c32aea103ca694d64f1e37d8520149385ae27efd (patch) | |
| tree | fae784202785d18bc8c8e812b94207d0cd900b0b | |
| parent | 8893af7740e7fa27fc5040242a4f805ea6aa163d (diff) | |
minor
| -rw-r--r-- | testGui/main.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/testGui/main.go b/testGui/main.go index e1a877e..ddfa433 100644 --- a/testGui/main.go +++ b/testGui/main.go @@ -27,7 +27,6 @@ func main() { me.myGui.Default() me.repoList = repolist.Init(me.forge, me.myGui) - me.repoList.Enable() failed := make(map[*repolist.RepoRow]string) |
