Add comment
This commit is contained in:
parent
55e8453302
commit
ffba561334
1 changed files with 1 additions and 0 deletions
|
@ -28,6 +28,7 @@ func main() {
|
|||
go work.Run()
|
||||
work.PostAction(types.Configure{Config: account})
|
||||
workers = append(workers, work)
|
||||
// TODO: Give tabs ownership over their workers
|
||||
_ui.AddTab(ui.NewAccountTab(&account, &work))
|
||||
}
|
||||
for !_ui.Exit {
|
||||
|
|
Loading…
Reference in a new issue