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