Add comment

This commit is contained in:
Drew DeVault 2018-01-10 22:59:16 -05:00
parent 55e8453302
commit ffba561334
1 changed files with 1 additions and 0 deletions

View File

@ -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 {