Commit
+1 -0 +/-1 browse
1 | diff --git a/task.go b/task.go |
2 | index 0c94aba..82316de 100644 |
3 | --- a/task.go |
4 | +++ b/task.go |
5 | @@ -106,6 +106,7 @@ func (t *TaskRunner) run() error { |
6 | <-t.toggle |
7 | |
8 | } |
9 | + t.notifier.Notify("Pomo", "Pomo session has completed!") |
10 | t.state = COMPLETE |
11 | return nil |
12 | } |