send notification when the pomo session completes

This commit is contained in:
Kevin Schoon 2018-02-01 16:52:34 -05:00
parent bf6f80e8c1
commit 38c5700812
1 changed files with 1 additions and 0 deletions

View File

@ -106,6 +106,7 @@ func (t *TaskRunner) run() error {
<-t.toggle
}
t.notifier.Notify("Pomo", "Pomo session has completed!")
t.state = COMPLETE
return nil
}